-
Notifications
You must be signed in to change notification settings - Fork 240
Race condition when restarting server #341
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
Comments
Vite restarts on So we might have to wait for |
I wonder if we need something more sophisticated than a simple queue of operations, i.e. keep track of what state the filesystem should be in but discard any intermediate changes, so that
At the moment it's more like this
|
I agree completely. |
Related to this, in rare cases, there seems to be an error when moving from an exercise with env-file-removed_720.mov |
Not quite sure what's going on here, but rapidly editing an
.env
file seems to cause something to get stuck:https://learn.svelte.dev/tutorial/env-static-public
Screen.Recording.2023-04-08.at.10.49.09.AM.mov
The text was updated successfully, but these errors were encountered: