fix: Nothing happens when trying to connect

Ref: https://github.com/tediousjs/tedious/issues/1217
This commit is contained in:
cobolbaby
2021-08-04 11:01:20 +08:00
committed by GitHub
parent e748524fb8
commit ebee46c8e7
@@ -20,4 +20,6 @@ connection.on('connect', function(err) {
} else {
console.log('Connected');
}
});
});
connection.connect();