mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
a666c8c9f9
Fixes https://github.com/denoland/deno/issues/25632 Exit code 1 indiciates some sort of failure but `deno task` (without arguments) is used to list available commands. --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
8 lines
129 B
Text
8 lines
129 B
Text
{
|
|
"args": "task -q --config deno.json",
|
|
"output": "task_no_args.out",
|
|
"envs": {
|
|
"NO_COLOR": "1"
|
|
},
|
|
"exitCode": 0
|
|
}
|