From 9e4e3abc87e868b443cac3741ee9f29221287e04 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sun, 13 Jul 2025 01:41:56 -0500 Subject: [PATCH] Update examples/electron/src/main.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- examples/electron/src/main.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/electron/src/main.ts b/examples/electron/src/main.ts index 2250cc0..d92ee6c 100644 --- a/examples/electron/src/main.ts +++ b/examples/electron/src/main.ts @@ -34,9 +34,7 @@ async function createWindow() { stopIntercept?.(); }); - await app.whenReady(); - - // Third setup the handler + // Setup the handler stopIntercept = await setupHandler(mainWindow); return mainWindow;