This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-25 15:29:32 -05:00
Code
Issues
Packages
1
Wiki
Activity
84e1238648
denoland-deno
/
tests
/
specs
/
task
/
both_no_arg
/
__test__.jsonc
6 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
chore: deprecate task itests (#25558) This PR is part of #22907
2024-09-11 11:39:47 -04:00
{
"args": "task --config deno.json",
"output": "no_args.out",
fix(cli): `deno task` exit with status 0 (#25637) 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>
2024-09-15 01:59:24 -04:00
"exitCode": 0
chore: deprecate task itests (#25558) This PR is part of #22907
2024-09-11 11:39:47 -04:00
}
Copy permalink