Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 6223ce3

Browse files
committed
Update main.js
1 parent 1a9aac3 commit 6223ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ var iShouldQuit = app.makeSingleInstance(function(commandLine, workingDirectory)
237237
uri = commandLine[1];
238238
openURL(uri);
239239
}
240-
mainWindow.webContents.executeJavaScript("console.log("+uri+")");
240+
241241
if (mainWindow) {
242242
if (mainWindow.isMinimized()) mainWindow.restore();
243243
mainWindow.show();

0 commit comments

Comments
 (0)