mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
fix: Nothing happens when trying to connect
Ref: https://github.com/tediousjs/tedious/issues/1217
This commit is contained in:
@@ -20,4 +20,6 @@ connection.on('connect', function(err) {
|
||||
} else {
|
||||
console.log('Connected');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
connection.connect();
|
||||
|
||||
Reference in New Issue
Block a user