Skip to content

Commit

Permalink
Fix PR commit status failing due to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Apr 28, 2024
1 parent 0423ac3 commit 8d4698a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/arguments/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const normalizeOptions = (filePath, rawArguments, rawOptions) => {

if (process.platform === 'win32' && basename(file, '.exe') === 'cmd') {
// #116
/* c8 ignore next */
commandArguments.unshift('/q');
}

Expand Down

0 comments on commit 8d4698a

Please sign in to comment.