From 263b6b971db60135e655914e7e33b8c26290a421 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 8 May 2024 23:16:44 -0400 Subject: fix(task): regression where `npx ` sometimes couldn't find command (#23730) Closes https://github.com/denoland/deno/issues/23724 --- tests/testdata/task/npx/non_existent.out | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/testdata') 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] -- cgit v1.2.3