adapap / OWScript

Python-like scripting language which transpiles into Overwatch Workshop script rulesets.
MIT License
37 stars 2 forks source link

Successful imports that cause errors later on do not display proper error messages #43

Open adapap opened 4 years ago

adapap commented 4 years ago

The reference to the source text is changed back to the parent file even if the imported file contains the error. This will require a rework possibly to include a file pointer with each node so that the error handler can refer to the source file rather than a global reference to the file text.