Skip to content

Clean Error Handling

Pre-release
Pre-release
Compare
Choose a tag to compare
@Moderocky Moderocky released this 28 Dec 13:20
· 140 commits to master since this 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