-
-
Notifications
You must be signed in to change notification settings - Fork 14
Restart on crash/freeze #111
Copy link
Copy link
Open
Labels
affects:desktop-appAffects the Electron appAffects the Electron appenhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
affects:desktop-appAffects the Electron appAffects the Electron appenhancementNew feature or requestNew feature or request
If the app crashes or becomes unresponsive, restart it automatically.
Could make the CLI process manage this, maybe establishing a heartbeat signal between the CLI and Electron main processes. (is the CLI Node or Electron? I forget.. or is it electron.exe in Node.js mode?)
Might be able to make use of existing crash handling tooling. ("crashpad"?)