fix(task): use exit code 127 for command not found and parse escaped parens (#21316)

This commit is contained in:
David Sherret 2023-11-23 16:13:08 -05:00 committed by GitHub
parent 9b79946e14
commit 6f22d2424a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1575,9 +1575,9 @@ dependencies = [
[[package]]
name = "deno_task_shell"
version = "0.14.0"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a94a6fd5d889087748f4794887f28756a01b718dae92a316db0951222231325a"
checksum = "cc333d47d4ec12897c2efd25031c02191ec115b4099470daeee10f8300035e0d"
dependencies = [
"anyhow",
"futures",

View File

@ -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