Fix up Squirrel specs

This commit is contained in:
Damien Guard
2016-07-18 22:56:02 -07:00
parent 1610bcedb1
commit 23dfa392c9
2 changed files with 11 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ updateContextMenus = (callback) ->
WinShell.fileContextMenu.update ->
WinShell.folderContextMenu.update ->
WinShell.folderBackgroundContextMenu.update ->
callback
callback()
# Handle squirrel events denoted by --squirrel-* command line arguments.
exports.handleStartupEvent = (app, squirrelCommand) ->