Skip to content

Commit a23813c

Browse files
committed
feedback
1 parent 2b06cf8 commit a23813c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fuzz_shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ while (argv.length > 0) {
6060
exportsToCall = last.substr('exports:'.length).split(',');
6161
argv.pop();
6262
continue;
63-
} else if (last.startsWith('--fuzz-split')) {
63+
} else if (last == '--fuzz-split') {
6464
fuzzSplit = true;
6565
argv.pop();
6666
continue;

0 commit comments

Comments
 (0)