Closed taliyahpottruff closed 8 years ago
I can't find a way to close the window through code in the app.
If I'm missing something, it'd be awesome if someone could point it out.
Solution: Using process.exit() does the trick.
process.exit()
Side-note: --once prevents the app from automatically relaunching.
--once
I can't find a way to close the window through code in the app.
If I'm missing something, it'd be awesome if someone could point it out.