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

Don’t throw when reading CSS file that might not exist #956

Merged
merged 1 commit into from
Apr 19, 2024

Commits on Apr 18, 2024

  1. Don’t throw when reading CSS file that might not exist

    This happens likely because of a race condition when moving CSS files. If the event we get from the watcher isn’t a delete but the file doesn’t exist in that location any more the server will throw an error.
    thecrypticace committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f2e0cf3 View commit details
    Browse the repository at this point in the history