removed apostrophe
Some checks failed
release / begin-notification (push) Has been cancelled
release / build-linux (push) Has been cancelled
release / build-msi-installer (push) Has been cancelled
release / build-mac-installer (push) Has been cancelled
release / upload-to-s3 (push) Has been cancelled
release / github-release (push) Has been cancelled
release / end-notification (push) Has been cancelled
Some checks failed
release / begin-notification (push) Has been cancelled
release / build-linux (push) Has been cancelled
release / build-msi-installer (push) Has been cancelled
release / build-mac-installer (push) Has been cancelled
release / upload-to-s3 (push) Has been cancelled
release / github-release (push) Has been cancelled
release / end-notification (push) Has been cancelled
This commit is contained in:
parent
057377207a
commit
5048b1ad4c
|
@ -31,7 +31,7 @@ export function handleAppSecondInstance(event: Event, argv: string[]) {
|
|||
log.debug('handleAppSecondInstance', argv);
|
||||
|
||||
// Protocol handler for win32
|
||||
// argv: An array of the second instance’s (command line / deep linked) arguments
|
||||
// argv: An array of the second instances (command line / deep linked) arguments
|
||||
MainWindow.show();
|
||||
const deeplinkingURL = getDeeplinkingURL(argv);
|
||||
if (deeplinkingURL) {
|
||||
|
|
Loading…
Reference in a new issue