javascript - Where is self.emit emitted? -
I am using IRC NPM and my bot is not connected to IRC server and I did not get any errors. So I went to the source code to know what was happening.
Apparently the function was running where it emitted going?
And I found this:
util.log ('got connection' 'closed' event ');
For whom is this logged?
Comments
Post a Comment