diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-06-04 12:49:20 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-06-04 12:49:20 -0400 |
commit | fa6a85b92f818f1e0139a33ca4110acc97f8d4f2 (patch) | |
tree | 740304958ae310debf5f3bde5911cc3b714532ad | |
parent | 57c2b94db6d3b201a601d2e3d69900f8725393eb (diff) |
-rw-r--r-- | catbird.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catbird.scm b/catbird.scm index 13ebc4a..5ff8c1e 100644 --- a/catbird.scm +++ b/catbird.scm @@ -76,6 +76,7 @@ (load* kernel) (thunk) (add-overlay)) + #:quit exit-catbird #:error (lambda (e stack) (on-error kernel e stack)) |