1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 13:00:36 -05:00

fix(task): handle PATHEXT with trailing semi-colon (#14140)

This commit is contained in:
David Sherret 2022-03-28 12:02:21 -04:00 committed by GitHub
parent 317f13b63f
commit af473ce15c
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

@ -1088,9 +1088,9 @@ dependencies = [
[[package]]
name = "deno_task_shell"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7cfd6605b7291387e54a732e5b5fa8c1fb0d6757dbf4309740ad79c1e1e215"
checksum = "a207191380d076a31b0bde505cd89ffa0a7336be0a9e17017afa8cf91d35499b"
dependencies = [
"anyhow",
"futures",

View file

@ -51,7 +51,7 @@ deno_doc = "0.33.0"
deno_graph = "0.25.0"
deno_lint = { version = "0.28.0", features = ["docs"] }
deno_runtime = { version = "0.52.0", path = "../runtime" }
deno_task_shell = "0.2.0"
deno_task_shell = "0.2.1"
atty = "=0.2.14"
base64 = "=0.13.0"