summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-11-23 16:13:08 -0500
committerGitHub <noreply@github.com>2023-11-23 21:13:08 +0000
commit6f22d2424a30eebaaa1a2d518d4c79d7e0c21a47 (patch)
treed381a017f4ec0ada489c62fd97371bb2aed7c2ca /cli
parent9b79946e14fe8becf31925a8a5d712c1b86cc037 (diff)
fix(task): use exit code 127 for command not found and parse escaped parens (#21316)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 092517c94..3581e703f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -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