node crashes if undefined
passed to an objectMode readable stream
#13753
Labels
undefined
passed to an objectMode readable stream
#13753
The following code works on node v7 but crashes on v8:
Node crashes if my
processChunk
function returnsundefined
(which it always does for the purpose of this test case), any other value works fine. However, the docs say that "For object mode streams, chunk may be any JavaScript value." If this is true,undefined
should work fine, no?The text was updated successfully, but these errors were encountered: