-
Notifications
You must be signed in to change notification settings - Fork 75
Ctrl-C doesn't terminate the Firefox process spawned by jpm run #120
Comments
Kill Firefox process when main process ends, fixes #120
I'm still having the same issue on Windows with master at 88c37fe |
Hmm, wonder why this is.. I'll give this a go on a windows VM |
I get this error when I Ctrl-C
Firefox doesn't quit. |
Opened bug on firefox-profile-js |
Hi @XrXr |
@saadtazi I now get this error
|
my bad. I run the test but it is not yet covered by the tests... Please try with 0.2.12. |
@saadtazi Now I get
cfx doesn't clean up the temporary profiles it creates. Maybe this can use a different approach where the profile is logged then cleaned up on the next run |
So I would suggest then that jpm uses a profile that has |
That sounds fine -- we can just not delete things in tmp in jpm and let the OS handle it |
i don't think that's a good idea, afaik there is no automatic purging of temp dir on windows by default.. |
firefox-profile 0.3.1 now allows you to specify the destination directory (so it no longer uses the tmp folder). I hope it can help fixing this issue. |
I just published v0.3.4 with @XrXr fix. |
This is resolved afaict, please re-open if that is not the case. Thanks for working on this @XrXr ! |
When using cfx run, using Ctrl-C in the terminal would end both cfx and the Firefox process it spawned.
Using Ctrl-C when jpm is in progress only ends jpm, not it's associated Firefox process.
The text was updated successfully, but these errors were encountered: