mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 12:44:14 +00:00
Update action
This commit is contained in:
parent
c17d254b53
commit
2c2db8c641
59 changed files with 1430 additions and 4763 deletions
2
node_modules/execa/lib/error.js
generated
vendored
2
node_modules/execa/lib/error.js
generated
vendored
|
@ -33,6 +33,7 @@ const makeError = ({
|
|||
signal,
|
||||
exitCode,
|
||||
command,
|
||||
escapedCommand,
|
||||
timedOut,
|
||||
isCanceled,
|
||||
killed,
|
||||
|
@ -61,6 +62,7 @@ const makeError = ({
|
|||
|
||||
error.shortMessage = shortMessage;
|
||||
error.command = command;
|
||||
error.escapedCommand = escapedCommand;
|
||||
error.exitCode = exitCode;
|
||||
error.signal = signal;
|
||||
error.signalDescription = signalDescription;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue