summaryrefslogtreecommitdiff
path: root/catbird.scm
diff options
context:
space:
mode:
Diffstat (limited to 'catbird.scm')
-rw-r--r--catbird.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/catbird.scm b/catbird.scm
index 417cadb..eb08d10 100644
--- a/catbird.scm
+++ b/catbird.scm
@@ -71,6 +71,9 @@
(load* kernel)
(thunk)
(add-overlay))
+ #:error
+ (lambda (e stack)
+ (on-error kernel e stack))
#:draw
(lambda (alpha)
(render kernel alpha))