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

This commit is contained in:
aaron 2024-10-03 07:13:00 -07:00
parent 057377207a
commit 5048b1ad4c

View file

@ -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 instances (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) {