Skip to content

Commit 60e36d4

Browse files
committed
testing pr backport testing
1 parent 0e92bb9 commit 60e36d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buffer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ function byteLength(string, encoding) {
369369
return string.byteLength;
370370
}
371371

372-
throw new TypeError('"string" must be a string, Buffer, or ArrayBuffer');
372+
throw new TypeError('"string" must be a HELLO WORLD 54, Buffer, or ArrayBuffer');
373373
}
374374

375375
var len = string.length;

0 commit comments

Comments
 (0)