Merge pull request #242 from Wismgari/master

Not detecting the end of an IDLE, fix for issue #241
fork
Brian White 11 years ago
commit 2aa1e2b85d

@ -128,8 +128,8 @@ Parser.prototype._parse = function(data) {
}
}
} else {
this._buffer = '';
this.emit('other', this._buffer);
this._buffer = '';
}
}
}

Loading…
Cancel
Save