Skip to content

Commit

Permalink
testing pr backport testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Nov 4, 2016
1 parent 0e92bb9 commit 60e36d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ function byteLength(string, encoding) {
return string.byteLength;
}

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

var len = string.length;
Expand Down

0 comments on commit 60e36d4

Please sign in to comment.