Bug fix
This commit is contained in:
parent
dce134676a
commit
8c146b6623
@ -118,9 +118,10 @@ ConditionalStream.prototype.resultStream = function()
|
||||
}
|
||||
|
||||
var st = new ReadStream();
|
||||
st._read = function(){};
|
||||
|
||||
setTimeout( function() {
|
||||
st.push( this.hexData, "hex" );
|
||||
st.push( _self.hexData, "hex" );
|
||||
st.push( null );
|
||||
}, 0 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user