1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/run/run_task
Marvin Hagemeister 7e68cce815
fix(task): support tasks with colons in name in deno run (#25233)
Fix task names containing a colon not being found with `deno run`. We
were only checking for a `module not found` error message, but strings
containing a colon throw a different error.

Fixes https://github.com/denoland/deno/issues/25232
2024-08-27 11:27:10 +02:00
..
__test__.jsonc fix(task): support tasks with colons in name in deno run (#25233) 2024-08-27 11:27:10 +02:00
deno.json fix(task): support tasks with colons in name in deno run (#25233) 2024-08-27 11:27:10 +02:00
main.out feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
main.ts feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
main_foo.out fix(task): support tasks with colons in name in deno run (#25233) 2024-08-27 11:27:10 +02:00
not_found.out feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30