mirror of
https://github.com/janet-lang/janet
synced 2025-09-10 14:56:08 +00:00
Generated files go to the same location on win32.
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
(defn dofile
|
||||
"Print one file to stdout"
|
||||
[path]
|
||||
(def path (if (= (os/which) :windows)
|
||||
(string/replace "/" "\\" path)
|
||||
path))
|
||||
(print (slurp path)))
|
||||
|
||||
# Order is important here, as some headers
|
||||
|
Reference in New Issue
Block a user