Skip to content

Commit 554a3c5

Browse files
committed
Add comment that may help users of Node <4
1 parent 36ca862 commit 554a3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/oracledbinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
'use strict';
3434

35-
const http = require('http');
35+
const http = require('http'); // Fails in old Node.js. Use Node 4+
3636
const https = require('https');
3737
const fs = require('fs');
3838
const url = require('url');

0 commit comments

Comments
 (0)