diff --git a/src/main.ts b/src/main.ts index e4550cd..62178be 100644 --- a/src/main.ts +++ b/src/main.ts @@ -183,6 +183,7 @@ function handleDeepLinkReturn(url: string) { type: parsed.hostname, url, }); + return; } dialog.showErrorBox("Invalid deep link URL", url); }