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 ae11ec0 commit 90c1756Copy full SHA for 90c1756
examples/version.js
@@ -26,7 +26,7 @@
26
var oracledb = require('oracledb');
27
var dbConfig = require('./dbconfig.js');
28
29
-var addonVer, clientVer, serverVer;
+var clientVer, serverVer;
30
var major, minor, update, port, portUpdate;
31
32
console.log("Run at: " + new Date());
0 commit comments