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

fix: rebuilds don't happen in watch mode after the first rebuild throws an error during the load function #11605

Closed
wants to merge 1 commit into from

Commits on Jan 5, 2023

  1. Rebuilds don't happen in watch mode after the first rebuild throws an…

    … error during the load function.
    
    The position of the watcher changed so that the file review would start before the load function is executed, and in the event of an error, the primary renderer will not crash and the file will be able to be watched.
    Generalsimus committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b3294ca View commit details
    Browse the repository at this point in the history