mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 04:34:15 +00:00
Mark job as failed on error (#14)
* fix: set failed on subprocess error * chore: update dependencies
This commit is contained in:
parent
1f9078ddea
commit
9eab20634f
39 changed files with 281 additions and 1118 deletions
2
node_modules/execa/index.js
generated
vendored
2
node_modules/execa/index.js
generated
vendored
|
@ -147,8 +147,6 @@ const execa = (file, args, options) => {
|
|||
|
||||
const handlePromiseOnce = onetime(handlePromise);
|
||||
|
||||
crossSpawn._enoent.hookChildProcess(spawned, parsed.parsed);
|
||||
|
||||
handleInput(spawned, parsed.options.input);
|
||||
|
||||
spawned.all = makeAllStream(spawned, parsed.options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue