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 2d318ed commit 314928dCopy full SHA for 314928d
test/parallel/test-repl-unsupported-option.js
@@ -10,6 +10,6 @@ proc.stderr.setEncoding('utf8');
10
proc.stderr.on('data', (chunk) => {
11
stderr += chunk;
12
});
13
-proc.stdout.on('end', common.mustCall(() => {
+proc.stderr.on('end', common.mustCall(() => {
14
assert.match(stderr, /Cannot specify --input-type for REPL/);
15
}));
0 commit comments