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 00b4ff0 commit 3de5713Copy full SHA for 3de5713
test/parallel/test-stream-big-push.js
@@ -52,7 +52,7 @@ r._read = common.mustCall(_read, 3);
52
r.on('end', common.mustCall());
53
54
// Push some data in to start.
55
-// we've never gotten any read event at this point.
+// We've never gotten any read event at this point.
56
const ret = r.push(str);
57
// Should be false. > hwm
58
assert(!ret);
0 commit comments