diff options
| author | Satya Rohith <me@satyarohith.com> | 2024-08-06 20:35:30 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 20:35:30 +0530 |
| commit | b3f1f3ba04e51554ab59d6255bf34a79a9c42bd0 (patch) | |
| tree | 6455a67387f69c01803e12bc1652eeb0f7dbf7ca /tests/specs/run/run_task/not_found.out | |
| parent | 897159dc6e1b2319cf2f5f09d8d6cecc0d3175fa (diff) | |
feat: deno run <task> (#24891)
This PR updates `deno run` to fallback to executing tasks when there is
no script with the specified name. If there are both script and a task
with the same name then `deno run` will prioritise executing the script.
Diffstat (limited to 'tests/specs/run/run_task/not_found.out')
| -rw-r--r-- | tests/specs/run/run_task/not_found.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/run/run_task/not_found.out b/tests/specs/run/run_task/not_found.out new file mode 100644 index 000000000..5d3bba059 --- /dev/null +++ b/tests/specs/run/run_task/not_found.out @@ -0,0 +1 @@ +error: Module not found "file:///[WILDCARD]/not_found". |
