ucode: write ucode runtime exceptions to stderr
authorJo-Philipp Wich <jo@mein.io>
Wed, 21 Sep 2022 21:10:51 +0000 (23:10 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 21 Sep 2022 21:25:00 +0000 (23:25 +0200)
commit8c852b656bf1622dee1ae2cfa4c083f730c1c539
tree670c6c7660c78595dd923b04dfbece91e624119e
parente80d0b2d77f8ed163872971200d24c423db60bb8
ucode: write ucode runtime exceptions to stderr

Write unhandled exceptions in invoked ucode method handlers to stderr in
order to simplify debugging failing scripts.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
ucode.c