Skip to content

Commit 4d09f99

Browse files
committed
Recompile with Aniseed embedding autoload references correctly
1 parent e82228e commit 4d09f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/conjure/aniseed/macros.fnl

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124

125125
;; Only require autoload if it's used.
126126
(when (contains? mod-fns autoload-sym)
127-
(table.insert result `(local ,autoload-sym (. (require :aniseed.autoload) :autoload)))))
127+
(table.insert result `(local ,autoload-sym (. (require "conjure.aniseed.autoload") :autoload)))))
128128

129129
;; When we have some keys insert the key/vals pairs locals.
130130
;; If this is empty we end up generating invalid Lua.

0 commit comments

Comments
 (0)