-
Notifications
You must be signed in to change notification settings - Fork 64
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
[BUG] @nx-dotnet/core:serve produces invalid executing command #96
Comments
Hey, I'll look into this sometime today. In 1.2 and earlier Does the test executor work fine for you? |
Never mind, this was an easy fix. I abstracted the child_process logic out into a utility and didn't setup the promise correctly. This should be fixed in an hour or so after all the pipelines finish. |
## [1.3.2](v1.3.1...v1.3.2) (2021-08-26) ### Bug Fixes * **core:** serve + test --watch executor should not exit immediately ([8484202](8484202)), closes [#96](#96) Aug 26, 2021, 3:31 PM
🎉 This issue has been resolved in version 1.3.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Versions 1.3.0 and 1.3.1 produce the following executing command for @nx-dotnet/core:serve (which exits immediately with Exit Handler Called):
When rolling back to 1.2.0 the correct command is generated and executes ok:
The text was updated successfully, but these errors were encountered: