Skip to content

Commit 2eb238c

Browse files
committed
Fix c8
1 parent a18d2b2 commit 2eb238c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/exec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ export const streamCommand = (input, opts) => {
3030

3131
try {
3232
return execaCommand(input, opts).readable({ from: opts.from })
33-
/* c8 ignore start */
3433
} catch (error) {
3534
// At the moment, `execa` never throws synchronously.
3635
// This is just a safety catch in case it has a bug.
3736
throwError(error)
3837
}
39-
/* c8 ignore stop */
4038
}
4139

4240
const execaCommand = (input, opts) => {

0 commit comments

Comments
 (0)