summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-04-28 10:52:29 +0600
committerunwox <me@unwox.com>2025-04-28 10:52:29 +0600
commit334367bac51fda43952fe24c1d38048e39f67be9 (patch)
treea972bdbc4936604a5c5fea9450c7ce67997256cd /bin
parent79495b24ae0a1e92921e3acd552609c16136493f (diff)
content adjustments
Diffstat (limited to 'bin')
-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}))))