Emit error messages on stderr.
This commit is contained in:
parent
db322b0b3b
commit
de774af3da
|
|
@ -636,5 +636,5 @@ while true:
|
||||||
try:
|
try:
|
||||||
(s, d) = joy(s, exp, d)
|
(s, d) = joy(s, exp, d)
|
||||||
except:
|
except:
|
||||||
echo getCurrentExceptionMsg()
|
writeLine(stderr, getCurrentExceptionMsg())
|
||||||
echo print_stack(s)
|
echo print_stack(s)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue