handler-source throws on missing handler, CLAUDE.md dev domains

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-01 13:35:19 +00:00
parent ffead559a4
commit cd9ebc0cd8
2 changed files with 4 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
(if
(not (nil? val))
(pretty-print val)
(str ";;; Handler not found: " name)))))
(error (str "Handler not found: " name))))))
(define _spec-dirs (list "spec" "web" "shared/sx/ref" "lib"))