chore: Update load function in adapter-electron to include optional path parameter

This commit is contained in:
Karechta
2024-06-16 05:42:39 +02:00
parent d0539519c4
commit 4f3fcf4157
2 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
export function load(mainWindow: any, port: string | undefined): void;
export function load(mainWindow: any, port: string | undefined, path: string | undefined): void;
export function start(): Promise<string | undefined>;