Skip to content

Commit

Permalink
Merge pull request #19 from icoxfog417/issue18
Browse files Browse the repository at this point in the history
fix #18
  • Loading branch information
Jessica Lord committed Dec 16, 2015
2 parents ceec7c3 + e5f2635 commit 7287c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.on('ready', function() {
mainWindow = new BrowserWindow({width: 800, height: 600});

// and load the index.html of the app.
mainWindow.loadURL(`file://${__dirname}/index.html`);
mainWindow.loadURL('file://' + __dirname + '/index.html');

// Open the DevTools.
mainWindow.webContents.openDevTools();
Expand Down

0 comments on commit 7287c09

Please sign in to comment.