summaryrefslogtreecommitdiff
path: root/bin/serve.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/serve.fnl')
-rw-r--r--bin/serve.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl
index 8235468..222c4b5 100644
--- a/bin/serve.fnl
+++ b/bin/serve.fnl
@@ -51,4 +51,4 @@
(luna.router.static "GET /static/" "static/")
(when luna.debug
- (luna.evalfn (fn [code] (fennel.eval code {:env _G}))))
+ (luna.on-eval (fn [code] (fennel.eval code {:env _G}))))