fix(electron): correct IPC handler closure in main.js

- Fixed the closure of the IPC handler in main.js to ensure proper function execution.
This commit is contained in:
Kacper
2025-12-10 03:58:03 +01:00
parent 89c5a1688f
commit 3934ba65da

View File

@@ -657,7 +657,7 @@ ipcMain.handle(
return { success: false, error: error.message };
}
}
});
);
// ============================================================================
// Claude CLI Detection IPC Handlers