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

Log the raw version string when AppUpdater fails to parse semver of latest version #4947

Merged
merged 1 commit into from May 14, 2020

Conversation

mattjgalloway
Copy link
Contributor

When the app updater fails because the version string can't be parsed, we are putting latestVersion into the logs, which we know is null. That's not too helpful, but putting the raw string from updateInfo.version is helpful because you might be able to see what's gone wrong with parsing it.

When the app updater fails because the version string can't be parsed, we are putting `latestVersion` into the logs, which we know is `null`. That's not too helpful, but putting the raw string from `updateInfo.version` is helpful because you might be able to see what's gone wrong with parsing it.
@develar develar merged commit 8f99057 into electron-userland:master May 14, 2020
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.

None yet

2 participants