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. Enter image details here

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

Popular posts from this blog

Member with no value in F# -

java - Joda Time Interval Not returning what I expect -

c# - Showing a SelectedItem's Property -