Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gracefully kill the backend process when exiting an Electron app. A check is made to make sure we only kill the backend if it is running. The risk else is that we could kill a random process with the same PID as the backend had before exiting. This should have been rare but not impossible. Signed-off-by: Paul <paul.marechal@ericsson.com>
- Loading branch information