We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b06cf8 commit a23813cCopy full SHA for a23813c
1 file changed
scripts/fuzz_shell.js
@@ -60,7 +60,7 @@ while (argv.length > 0) {
60
exportsToCall = last.substr('exports:'.length).split(',');
61
argv.pop();
62
continue;
63
- } else if (last.startsWith('--fuzz-split')) {
+ } else if (last == '--fuzz-split') {
64
fuzzSplit = true;
65
66
0 commit comments