File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function main() {
88 writeFileSync ( targetFilePath , `function hello() { debugger; }` ) ;
99
1010 execSync (
11- `npx --yes @hypermod/cli@latest --packages javascript#remove-debugger --verbose ${ targetFilePath } ` ,
11+ `npx --yes @hypermod/cli@latest --packages javascript#remove-debugger --verbose="0" ${ targetFilePath } ` ,
1212 { stdio : 'inherit' } ,
1313 ) ;
1414
@@ -33,7 +33,7 @@ function main() {
3333 ) ;
3434
3535 execSync (
36- `npx --yes @hypermod/cli@latest --packages javascript#remove-unused-vars --experimental-loader --verbose ${ targetFilePath } ` ,
36+ `npx --yes @hypermod/cli@latest --packages javascript#remove-unused-vars --experimental-loader --verbose="0" ${ targetFilePath } ` ,
3737 { stdio : 'inherit' } ,
3838 ) ;
3939
You can’t perform that action at this time.
0 commit comments