[NPM] Return code is always 0 when installing with npm #6226
Closed
vmaerten
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 2 comments
-
|
gonna take a look, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
will be fixed in next release. Thanks for reporting this! 🙏🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
No matter what exit code the underlying command returns, the final result is always 0.
It has been reported here: go-task/task#2440
And tested here: https://github.com/go-task/task/actions/runs/19017375729/job/54307186988
It looks like the
runmethod return the good status :But the
run-xxxx.jsdoes not use it properly.Thanks for the tool!
Beta Was this translation helpful? Give feedback.
All reactions