We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When cfg has stable_only=0 and there is no pre-release already installed, we are blessed with this error and the Updater quits automatically.
stable_only=0
This does not occur if stable_only=1 or if the pre-release version is already installed.
stable_only=1
The text was updated successfully, but these errors were encountered:
🐞 Fix issue #5
54d4430
If the specified path does not exist, we want to return null to signal the caller to use the stable version instead
oliverbooth
No branches or pull requests
When cfg has
stable_only=0
and there is no pre-release already installed, we are blessed with this error and the Updater quits automatically.This does not occur if
stable_only=1
or if the pre-release version is already installed.The text was updated successfully, but these errors were encountered: