Describe the changes you would like to see
When you have a while loop, or a continuous loop, and the script fails to parse other parts of the code, but the resolved method is still present. The error should only post every X seconds or so.
The server crashed not because of the while loop, but because it had to print the cannot resolve method error. It happened because of another parsing error during development.
Additional context
Libraries like Google logger can be used to only send an error message every so often, Mojang used.