You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute dev, predev will be executed first according to the life cycle of npm. I have some logical judgments in predev. If I make an error, I will exit(1) the terminal command process, but when I use shelljs.exec('dev'), When predev is executed first, the command process will not be interrupted even if there is an error
The text was updated successfully, but these errors were encountered:
Node version (or tell us if you're using electron or some other framework):
last
ShellJS version (the most recent version/Github branch you see the bug on):
last
Operating system:
windows
Description of the bug:
Using exec does not terminate the command process
Example ShellJS command to reproduce the error:
When I execute dev, predev will be executed first according to the life cycle of npm. I have some logical judgments in predev. If I make an error, I will exit(1) the terminal command process, but when I use shelljs.exec('dev'), When predev is executed first, the command process will not be interrupted even if there is an error
The text was updated successfully, but these errors were encountered: