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 7f9f732 commit 117cad9Copy full SHA for 117cad9
graal-nodejs/test/parallel/test-cli-options-negation.js
@@ -23,7 +23,7 @@ assert(spawnWithFlags(['--no-max-http-header-size']).stderr.toString().includes(
23
24
// Inexistant flags cannot be negated.
25
assert(spawnWithFlags(['--no-i-dont-exist']).stderr.toString().includes(
26
- 'bad option: --no-i-dont-exist',
+ "Unrecognized argument: '--no-i-dont-exist'.",
27
));
28
29
function spawnWithFlags(flags) {
0 commit comments