nodejs/macos example:Add missing connect statement

This commit is contained in:
Anandkumar Patel
2022-05-11 15:28:38 -07:00
committed by GitHub
parent a970ac2b9e
commit 9cc0cb8094
@@ -20,4 +20,7 @@ connection.on('connect', function(err) {
} else {
console.log('Connected');
}
});
});
// Initialize the connection.
connection.connect();