mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
feat: crash app when ready
This commit is contained in:
@@ -175,6 +175,7 @@ const init = async () => {
|
||||
app.commandLine.appendSwitch('gtk-version', '3');
|
||||
|
||||
await app.whenReady();
|
||||
process.crash();
|
||||
|
||||
// Load bridge module first, it is required in both UI and daemon mode
|
||||
const interceptor = createElectronSessionInterceptor();
|
||||
|
||||
Reference in New Issue
Block a user