Emit error messages on stderr.

This commit is contained in:
Simon Forman 2023-02-14 17:57:29 -08:00
parent db322b0b3b
commit de774af3da
1 changed files with 1 additions and 1 deletions

View File

@ -636,5 +636,5 @@ while true:
try:
(s, d) = joy(s, exp, d)
except:
echo getCurrentExceptionMsg()
writeLine(stderr, getCurrentExceptionMsg())
echo print_stack(s)