Skip to content

Commit

Permalink
⬆️ Electron v9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerluiz committed Jun 24, 2020
1 parent 68197ad commit 9ced1d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"devDependencies": {
"electron": "^9.0.4",
"electron": "^9.0.5",
"electron-builder": "^22.7.0",
"husky": "^3.1.0",
"prettier": "^2.0.5",
Expand Down
3 changes: 2 additions & 1 deletion src/providers/rainmeterNowPlaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ function start() {
})

ws.on('close', () => {
stop()
reconnect = setTimeout(() => {
if (isStarted()) {
if (!isStarted()) {
start()
}
}, 5000)
Expand Down

0 comments on commit 9ced1d3

Please sign in to comment.