OWScript icon indicating copy to clipboard operation
OWScript copied to clipboard

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

Open adapap opened this issue 6 years ago • 0 comments

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.

adapap avatar Aug 23 '19 01:08 adapap