Not detecting the end of an IDLE, fix for issue #241
@ -128,8 +128,8 @@ Parser.prototype._parse = function(data) {
}
} else {
this._buffer = '';
this.emit('other', this._buffer);