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

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -