mirror of
https://github.com/janet-lang/janet
synced 2025-10-21 10:47:40 +00:00
Strip whitespace in boot.dst
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user