mirror of
https://github.com/janet-lang/janet
synced 2025-05-04 08:24:15 +00:00
Strip whitespace in boot.dst
This commit is contained in:
parent
c2199646be
commit
5b62630a9b
@ -987,6 +987,7 @@ environment is needed, use run-context."
|
||||
(defn checkmodule
|
||||
[f testpath]
|
||||
(if f f (do
|
||||
(def p (string.replace-all "?" normname testpath))
|
||||
(def p (string.replace-all "?" normname testpath))
|
||||
(file.open p))))
|
||||
(reduce checkmodule nil module.paths))
|
||||
|
Loading…
x
Reference in New Issue
Block a user