pull/9/head
Matthew Butterick 10 years ago
parent 1e523376c9
commit c027fb2fcc

@ -22,7 +22,7 @@
(datum->syntax file-contents
`(module pollen-lang-module pollen
(define reader-mode ',reader-mode)
(define here-path ,(path->string path-string))
(define here-path ,(if (symbol? path-string) (symbol->string path-string) (path->string path-string)))
,(require+provide-project-require-files path-string)
,@file-contents)
file-contents)))

Loading…
Cancel
Save