You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The builtin events are:
102
102
103
103
***start** - before the task execution
104
104
***finish** - after the task execution
105
-
***fail***(exit code)* - when a command fails to execute (broadcasted by *execute* and *check* functions)
105
+
***fail***(output)* - when a command fails to execute (broadcasted by *execute* and *check* functions)
106
106
107
107
## Quick Tasks
108
108
@@ -256,7 +256,7 @@ Checks if the previous command returned successfully and logs the result using t
256
256
257
257
### execute (description, command, [*args])
258
258
259
-
Executes a command and checks if it was sucessfull. The output will be stored in the variable *$LAST_EXECUTION_OUTPUT* and the result will be .
259
+
Executes a command and checks if it was sucessfull. The output will be stored in the variable *$LAST_EXECUTION_OUTPUT* and the code in *${LAST_EXECUTION_CODE}*.
0 commit comments