提交 38005c5d authored 作者: Will Chen's avatar Will Chen

Add return (don't show error box when deep link is handled)

上级 7402f33b
...@@ -183,6 +183,7 @@ function handleDeepLinkReturn(url: string) { ...@@ -183,6 +183,7 @@ function handleDeepLinkReturn(url: string) {
type: parsed.hostname, type: parsed.hostname,
url, url,
}); });
return;
} }
dialog.showErrorBox("Invalid deep link URL", url); dialog.showErrorBox("Invalid deep link URL", url);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论