Skip to content

Commit

Permalink
chore: debug for #8383
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 28, 2019
1 parent a792397 commit 9f0a9a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/connection.test.js
Expand Up @@ -341,6 +341,7 @@ describe('connections:', function() {
});

conn.on('disconnected', function() {
console.log('Disconnected', new Error().stack);
++numDisconnected;
});

Expand Down

0 comments on commit 9f0a9a9

Please sign in to comment.