You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.
Basically the code doesn't want to be saved and the editor generates the above error preventing saving the file. Commenting out wait(10) seems to help. I think the file should be saved, no matter what are the code syntax problems.
The text was updated successfully, but these errors were encountered:
Yes, that's correct, my mistake. Is prevent saving the file on syntax error expected? I think it should show at least some error where the problem is (better error handling).
This happened to my once on macOS. When trying to save the code, this error is shown:
and the file isn't saved. Re-opening file didn't help, either restarting the editor.
The affected code:
Basically the code doesn't want to be saved and the editor generates the above error preventing saving the file. Commenting out
wait(10)
seems to help. I think the file should be saved, no matter what are the code syntax problems.The text was updated successfully, but these errors were encountered: