Skip to content

Commit 582202b

Browse files
committed
Use double backslash on Windows
1 parent b80e744 commit 582202b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const dbConfig = require('./dbconfig.js');
3838
// On Windows and macOS, you can specify the directory containing your Oracle
3939
// Client Libraries. If this is not done, then a standard search heuristic is
4040
// used, see the node-oracledb documentation.
41-
// oracledb.initOracleClient({ libDir: 'C:\instantclient_19_3' }); // Windows
41+
// oracledb.initOracleClient({ libDir: 'C:\\instantclient_19_3' }); // Windows
4242
// oracledb.initOracleClient({ libDir: '/Users/your_username/instantclient_19_3' }); // macOS
4343

4444
async function run() {

0 commit comments

Comments
 (0)