Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💻 5959 shorten error messages (#5961)
Fixes #5959 Execute error and other error (ServerError) are shortened. **How to test** Follow these steps to verify this PR works as intended: ```repeat 100 times print 'Hello Hedy'``` * go to level 7 * run ```repeat 100 times print 'Hello Hedy'``` * the error messages will be: 'Something went wrong. Your program takes too long to run.' * @jpelay I don't know how to get the other_error/ServerError, to test it. **Checklist** Done? Check if you have it all in place using this list: (mark with x if done) - [x] Contains one of the PR categories in the name - [x] Describes changes in the format above - [x] Links to an existing issue or discussion - [x] Has a "How to test" section Co-Authored-By: jpelay <[email protected]>
- Loading branch information