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 627516d commit f15f846Copy full SHA for f15f846
examples/webapp.js
@@ -31,7 +31,6 @@
31
*
32
*****************************************************************************/
33
34
-var sys = require('sys');
35
var http = require('http');
36
var url = require('url');
37
var oracledb = require('oracledb');
@@ -139,7 +138,7 @@ oracledb.createPool (
139
138
140
hs.listen(portid, "localhost");
141
142
- sys.puts("Server running at http://localhost:" + portid);
+ console.log("Server running at http://localhost:" + portid);
143
});
144
145
// To prepare HTML header
0 commit comments