Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIFix Issue 1121: Using exec does not terminate the command process #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoshuaKing
Copy link
Owner

AI-Generated Fix for Issue 1121 opened by laterdayi visible at shelljs#1121
State: open
Summary: The issue is that when using ShellJS's exec command, the command process is not terminated even if there is an error in the predev script, which should exit the terminal command process with a code of 1. The example provided shows that the predev script is executed before dev, and if there is an error in predev, the command process should be interrupted, but it is not. The user is using the latest version of Node and ShellJS on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant