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

bugfix: Try to stop bloop if unable to run about #2421

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Sep 6, 2024

  1. bugfix: Try to stop bloop if unable to run about

    This was raised on discord and it seems when we fail to parse the output of `about` everything will break.
    
    This is because there is a server running and we will not restart it and the output of about command will again we wrong when we reask.
    
    Now, we should try to exit it first in that case since msot likely the server is broken.
    tgodzik committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4640265 View commit details
    Browse the repository at this point in the history