mirror of
https://github.com/janet-lang/janet
synced 2025-11-17 07:47:15 +00:00
Change import semantics. Fix gc bug with fibers.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
(+= i (dohandler (string.slice arg 1 2) i))
|
||||
(do
|
||||
(:= *no-file* false)
|
||||
(import arg)
|
||||
(import* _env arg)
|
||||
(++ i))))
|
||||
|
||||
(when (or *should-repl* *no-file*)
|
||||
|
||||
Reference in New Issue
Block a user