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:
2
index.js
2
index.js
@@ -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
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user