Removed debug code.
This commit is contained in:
parent
d6f33ab194
commit
e96ae0c78d
@ -287,7 +287,6 @@ local nomsu_environment = Importer({
|
|||||||
end
|
end
|
||||||
_currently_running_files:add(path)
|
_currently_running_files:add(path)
|
||||||
local mod = _1_forked(environment)
|
local mod = _1_forked(environment)
|
||||||
assert(mod._1_parsed)
|
|
||||||
mod._ENV = mod
|
mod._ENV = mod
|
||||||
for _, filename in Files.walk(path) do
|
for _, filename in Files.walk(path) do
|
||||||
local _continue_0 = false
|
local _continue_0 = false
|
||||||
|
@ -160,7 +160,6 @@ nomsu_environment = Importer{
|
|||||||
error("Circular import detected:\n "..circle\joined_with("\n..imports "))
|
error("Circular import detected:\n "..circle\joined_with("\n..imports "))
|
||||||
_currently_running_files\add path
|
_currently_running_files\add path
|
||||||
mod = _1_forked(environment)
|
mod = _1_forked(environment)
|
||||||
assert mod._1_parsed
|
|
||||||
mod._ENV = mod
|
mod._ENV = mod
|
||||||
for _,filename in Files.walk(path)
|
for _,filename in Files.walk(path)
|
||||||
continue unless filename == "stdin" or filename\match("%.nom$")
|
continue unless filename == "stdin" or filename\match("%.nom$")
|
||||||
|
Loading…
Reference in New Issue
Block a user