Skip to content

Commit

Permalink
fix(spider): fix compiling error on start
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed May 29, 2018
1 parent f74b129 commit 672d14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ app.on("ready", () => {

if (env.name === "production" && !portative) { autoUpdater.checkForUpdates() }

spider = spiderCall((...data) => {
spider = new spiderCall((...data) => {
if(mainWindow)
mainWindow.webContents.send(...data)
}, (message, callback) => {
Expand Down

0 comments on commit 672d14d

Please sign in to comment.