Discord-rpc has resolved the issue with the timeout function, updating to beta 10. Updating to node.js 8.11.x.

This commit is contained in:
Daniel Scalzi
2018-03-31 13:46:52 -04:00
parent 13cc555afd
commit ae387757bc
5 changed files with 37 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ function createWindow() {
ejse.data('bkid', Math.floor((Math.random() * fs.readdirSync(path.join(__dirname, 'app', 'assets', 'images', 'backgrounds')).length)))
win.loadURL(url.format({
pathname: path.join(__dirname, 'app', 'app.ejs'),
pathname: path.join(__dirname, 'app', 'index.ejs'),
protocol: 'file:',
slashes: true
}))