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

fix: Prevent crash when using waitOn in Windows #1

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

Conversation

gerardobot
Copy link

Misty is crashing in Windows when using the waitOn option (see https://github.com/Automattic/simplenote-electron/issues/1601). This is due to concurrently somehow messing the command ./node_modules/.bin/wait-on, which works fine when run in isolation from the command prompt.

npx wait-on is a good alternative that prevents the crash and ensures the wait-on can be run even if it was previously deleted for any reason.

While Windows understands the command `./node_modules/.bin/wait-on` when run isolated, at the moment it is not working when using concurrently. `npx wait-on` works fine and ensures the module can be run even if it was previously deleted for some reason.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant