We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b60cd7 commit 693e516Copy full SHA for 693e516
examples/version.js
@@ -29,6 +29,7 @@ var dbConfig = require('./dbconfig.js');
29
var addonVer, clientVer, serverVer;
30
var major, minor, update, port, portUpdate;
31
32
+console.log("Run at: " + new Date());
33
console.log("Node.js version: " + process.version);
34
35
addonVer = oracledb.version;
0 commit comments