mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
JS-4480: fix
This commit is contained in:
parent
9c1fef6cab
commit
5dc058c83f
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ app.on('second-instance', (event, argv) => {
|
|||
Util.log('info', 'second-instance');
|
||||
|
||||
if (!is.macos) {
|
||||
deeplinkingUrl = argv.find((arg) => arg.startsWith(`${protocol}://`));
|
||||
deeplinkingUrl = argv.find(arg => arg.startsWith(`${protocol}://`));
|
||||
};
|
||||
|
||||
if (!mainWindow || !deeplinkingUrl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue