From 9f0a9a985785fdf7826a7b20885b7e3f8b425719 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Thu, 28 Nov 2019 08:24:58 -0500 Subject: [PATCH] chore: debug for #8383 --- test/connection.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/connection.test.js b/test/connection.test.js index 170d0782380..7a3ca8a0d67 100644 --- a/test/connection.test.js +++ b/test/connection.test.js @@ -341,6 +341,7 @@ describe('connections:', function() { }); conn.on('disconnected', function() { + console.log('Disconnected', new Error().stack); ++numDisconnected; });