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
Trying to compile a script with some syntax error, like WHEN x {...}will thrown the usual expected error but terminal will get stuck in a loop trying, throwing the same error over and over again (with the incessant beeping it comes with).
The text was updated successfully, but these errors were encountered:
I can confirm. It took me a while to realize you meant the literal compile command here that's used to create KSM files, not the "compile a script" that happens automatically when you issue a normal run command.
It may be that there's yet another case where an early exception aborts before kOS sets a flag telling it the compile thread already happened, so it "forgets" that it already did the compile, and tries it again on the next update tick.
Trying to compile a script with some syntax error, like
WHEN x {...}
will thrown the usual expected error but terminal will get stuck in a loop trying, throwing the same error over and over again (with the incessant beeping it comes with).The text was updated successfully, but these errors were encountered: