mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
7e68cce815
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
2 lines
36 B
Text
2 lines
36 B
Text
Task main:foo deno run main.ts
|
|
main
|