mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: fix sentry variable
This commit is contained in:
parent
05e4934f9f
commit
8eca067aed
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
import { registerEvent } from "../register-event";
|
import { registerEvent } from "../register-event";
|
||||||
import { WindowManager } from "@main/services";
|
import { WindowManager } from "@main/services";
|
||||||
|
|
||||||
const openAuthWindow = async (_event: Electron.IpcMainInvokeEvent) => {
|
const openAuthWindow = async (_event: Electron.IpcMainInvokeEvent) =>
|
||||||
throw new Error("sentry");
|
WindowManager.openAuthWindow();
|
||||||
};
|
|
||||||
|
|
||||||
registerEvent("openAuthWindow", openAuthWindow);
|
registerEvent("openAuthWindow", openAuthWindow);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue