We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19090ac commit a186f78Copy full SHA for a186f78
test/parallel/test-stream-readable-invalid-chunk.js
@@ -17,3 +17,4 @@ function checkError(fn) {
17
checkError(() => readable.push([]));
18
checkError(() => readable.push({}));
19
checkError(() => readable.push(0));
20
+checkError(() => readable.push());
0 commit comments