diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-08 23:16:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 03:16:44 +0000 |
commit | 263b6b971db60135e655914e7e33b8c26290a421 (patch) | |
tree | 50cc9b1f17b3511cdb19de8bfbaddd0607422b09 /tests/testdata | |
parent | 47f7bed677a6b72e873712de8f3988ea891710e4 (diff) |
fix(task): regression where `npx <command>` sometimes couldn't find command (#23730)
Closes https://github.com/denoland/deno/issues/23724
Diffstat (limited to 'tests/testdata')
-rw-r--r-- | tests/testdata/task/npx/non_existent.out | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testdata/task/npx/non_existent.out b/tests/testdata/task/npx/non_existent.out index 5df04917e..37b0be220 100644 --- a/tests/testdata/task/npx/non_existent.out +++ b/tests/testdata/task/npx/non_existent.out @@ -1,2 +1,4 @@ Task non-existent npx this-command-should-not-exist-for-you -npx: could not resolve command 'this-command-should-not-exist-for-you' +npm ERR! code E404 +npm ERR! 404 Not Found - GET http://localhost:4260/this-command-should-not-exist-for-you +[WILDCARD] |