File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ function alignPool() {
127
127
var bufferWarn = true ;
128
128
const bufferWarning = 'The Buffer() and new Buffer() constructors are not ' +
129
129
'recommended for use due to security and usability ' +
130
- 'concerns. Please use the new Buffer.alloc(), ' +
130
+ 'concerns. Please use the Buffer.alloc(), ' +
131
131
'Buffer.allocUnsafe(), or Buffer.from() construction ' +
132
132
'methods instead.' ;
133
133
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const common = require('../common');
5
5
6
6
const bufferWarning = 'The Buffer() and new Buffer() constructors are not ' +
7
7
'recommended for use due to security and usability ' +
8
- 'concerns. Please use the new Buffer.alloc(), ' +
8
+ 'concerns. Please use the Buffer.alloc(), ' +
9
9
'Buffer.allocUnsafe(), or Buffer.from() construction ' +
10
10
'methods instead.' ;
11
11
You can’t perform that action at this time.
0 commit comments