mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00

Logs task name and associated script with additional args. This is disabled if "--quiet/-q" flag is present.
2 lines
56 B
Text
2 lines
56 B
Text
Task exit_code_5 echo $(echo 10 ; exit 2) && exit 5
|
|
10
|