mirror of
https://github.com/denoland/deno.git
synced 2025-02-22 13:13:32 -05:00
8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"args": "task --config deno.json non_existent",
|
|
"output": "task_non_existent.out",
|
|
"envs": {
|
|
"NO_COLOR": "1"
|
|
},
|
|
"exitCode": 1
|
|
}
|