Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: convert interval to ms #21

Merged
merged 1 commit into from
May 1, 2018
Merged

fix: convert interval to ms #21

merged 1 commit into from
May 1, 2018

Conversation

zeke
Copy link
Contributor

@zeke zeke commented May 1, 2018

@juliangruber I forgot to call ms on the updateInterval option when using setInterval, so it was evaluating to zero and the service was getting hammered 🔨 Oops!

This should fix it.

@zeke zeke changed the title convert interval to ms fix: convert interval to ms May 1, 2018
@zeke zeke merged commit 0dac081 into master May 1, 2018
@zeke zeke deleted the fix--convert-interval-to-ms branch May 1, 2018 16:49
@zeke
Copy link
Contributor Author

zeke commented May 1, 2018

🎉 This PR is included in version 1.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@zeke
Copy link
Contributor Author

zeke commented May 1, 2018

I deprecated all older versions in case anyone had those installed:

npm deprecate update-electron-app@"<1.1.2" "critical bug fixed in update-electron-app@1.1.2 -- please use a newer version"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant