1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-01 16:13:02 +00:00

Fix startup environment.

This commit is contained in:
Calvin Rose
2019-10-29 18:47:54 -05:00
parent 2541806dc1
commit 427b2638e0
3 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
# Body
(each path (tuple/slice (dyn :args) 1)
(print "\n/* " path " */\n")
(print (slurp path)))
# maybe will help