mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
nodejs/macos example:Add missing connect statement
This commit is contained in:
@@ -20,4 +20,7 @@ connection.on('connect', function(err) {
|
||||
} else {
|
||||
console.log('Connected');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
// Initialize the connection.
|
||||
connection.connect();
|
||||
|
||||
Reference in New Issue
Block a user