This commit is contained in:
斟酌 鵬兄 2015-07-24 18:41:24 +08:00
parent dce134676a
commit 8c146b6623

View File

@ -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 );