-
Notifications
You must be signed in to change notification settings - Fork 55
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
Hard resets not working with electron-forge #50
Comments
So you want some option to restart electron through electron-forge? |
Yop :) |
So one idea would be to enhance options so you could spawn any process and not only |
I would like to, but I don'n know how :/ I am kinda new at this stuff |
Allow command line arguments (could be extended to support #50 in the future)
I think this is a bug, not an enhancement. createWatcher applies |
@steeltomato Good point, but wrong thread? |
Is there any updates on this? |
This is probably wrong, but I think I had this same problem: The electron forge app would 'crash' when editing main.js and not recover...
It solved the problem for me, not sure if relevant to this issue though. |
I am trying to get hardresets to work with electron-forge, but to start electron-forge you need to execute electron-forge start. Since i can add only path to executable I am unable to use hard resets
I would need something like this:
The text was updated successfully, but these errors were encountered: