-
Notifications
You must be signed in to change notification settings - Fork 25
exit code is always 0 #31
Comments
@MrMamen Please do not remove portions of an issue template, or your issue will be marked as invalid and closed in the future. Please also make an effort in the future to provide a complete issue:
That helps no one understand your issue, as it lacks any context for which you might be seeing the issue. You also didn't provide any code; a webpack config and/or code which is generating an error for which you expect to see a different exit code. |
This is the simplest example I can find. The only thing I did was creating an empty directory before running webpack-command with no config files or parameters:
The exit code is 0. This is revealed by entering echo $? (This is version 0.3.0, released after this issue was opened) |
@MrMamen thanks. we released a new version with a fix for this. |
@shellscape OK I'll have another look when v0.3.1 or v0.4.0 is public |
The error still occurs on v0.3.1 |
This issue is for a:
Expected Behavior
If any errors occurs I expect some exit code > 0.
Actual Behavior
exit code is 0
How Do We Reproduce?
put some invalid code before running webpack
New Feature Use Case
The text was updated successfully, but these errors were encountered: