When I run app.quit()
or app.exit()
, the main app window gets closed, but 4 other electron processes keep running.
I thought it might be caused by a silent error, tried wrapping functions with try / catch, but nothing showed up.
I'd appreciate if someone helped me find the problem / explain what's wrong with the code
Code of the main Electron process:
https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/src/electronMain.js
If you wanna run it, here's the instruction:
https://github.com/aleksey-hoffman/sigma-file-manager/blob/main/CONTRIBUTING.md