mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Merge pull request #955 from cobolbaby/patch-1
fix: Nothing happens when trying to connect
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