We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459c1c8 commit 8a4dc73Copy full SHA for 8a4dc73
1 file changed
src/Node/Buffer.js
@@ -86,7 +86,7 @@ exports.writeStringImpl = function (enc) {
86
87
exports.toArray = function (buff) {
88
return function() {
89
- return buff.toJSON();
+ return buff.toJSON().data;
90
};
91
92
0 commit comments