diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/library/lux/tool/interpreter.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/tool/interpreter.lux b/stdlib/source/library/lux/tool/interpreter.lux index ccd32f12a..c374d9bd1 100644 --- a/stdlib/source/library/lux/tool/interpreter.lux +++ b/stdlib/source/library/lux/tool/interpreter.lux @@ -221,6 +221,6 @@ (#try.Failure error) (if (ex.match? syntax.end_of_file error) (recur context #1) - (exec (log! (ex.construct ..error error)) + (exec (log! (ex.error ..error error)) (recur (set@ #source ..fresh_source context) #0)))))) ))) |