blob: efbda98d28964e0bfa6a6abfbf3f4d7a6fd79ada (
plain)
1
2
3
4
5
6
7
8
9
|
{
"args": "run -A --quiet nonexistent_file/main.js",
"output": "nonexistent_file/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}
|