Clean Error Handling
Pre-release
Pre-release
This draft adds clean, readable console errors for parse and runtime failures.
Runtime errors can be used to track the script line where the error occurred. They can also display the chain of Skript trigger calls and the trigger that started the program.
image
Parse/compile errors will show the element that failed, and the match information.
Syntaxes may suggest help for close matches that failed.
image
Full Changelog: 1.0.2...1.0.3