Skip to content

Commit

Permalink
fix(task): use exit code 127 for command not found and parse escaped …
Browse files Browse the repository at this point in the history
…parens (denoland#21316)
  • Loading branch information
dsherret authored Nov 23, 2023
1 parent 9b79946 commit 6f22d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ deno_lockfile.workspace = true
deno_npm = "0.15.2"
deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "exclude_runtime_main_js", "include_js_files_for_snapshotting"] }
deno_semver = "0.5.1"
deno_task_shell = "=0.14.0"
deno_task_shell = "=0.14.2"
eszip = "=0.55.4"
napi_sym.workspace = true

Expand Down

0 comments on commit 6f22d24

Please sign in to comment.