We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331ea59 commit e951bfbCopy full SHA for e951bfb
lib/parsers/javascript.js
@@ -81,7 +81,7 @@ ReplyParser.prototype._parseResult = function (type) {
81
return this._buffer.slice(start, end);
82
}
83
return this._buffer.toString(this._encoding, start, end);
84
- } else { // *
+ } else if (type === 42) { // *
85
offset = this._offset;
86
packetHeader = this.parseHeader();
87
0 commit comments