Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-27 | fix(task): support tasks with colons in name in `deno run` (#25233) | Marvin Hagemeister | |
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 |