We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18d2b2 commit 2eb238cCopy full SHA for 2eb238c
src/exec.js
@@ -30,13 +30,11 @@ export const streamCommand = (input, opts) => {
30
31
try {
32
return execaCommand(input, opts).readable({ from: opts.from })
33
- /* c8 ignore start */
34
} catch (error) {
35
// At the moment, `execa` never throws synchronously.
36
// This is just a safety catch in case it has a bug.
37
throwError(error)
38
}
39
- /* c8 ignore stop */
40
41
42
const execaCommand = (input, opts) => {
0 commit comments