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

storage: use console.warn not console.warning to fix crash #435

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. storage: use console.warn not console.warning to fix crash

    f66f8f4 mistakenly tried to log a warning with `console.warning`,
    which doesn't exist. It's `console.warn`. This means we still
    crash on the path where we crashed before, now with an error
    about `console.warning` being undefined.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    AdamWill committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3962047 View commit details
    Browse the repository at this point in the history