mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-03 14:42:46 +02:00
aefaef
This commit is contained in:
2
OS.lua
2
OS.lua
@@ -51,7 +51,7 @@ function require(module)
|
||||
if package.loaded[lowerModule] then
|
||||
return package.loaded[lowerModule]
|
||||
elseif package.loading[lowerModule] then
|
||||
error("recursive require() call found: library \"" .. module .. "\" is trying to require another library that requires it")
|
||||
error("recursive require() call found: library \"" .. module .. "\" is trying to require another library that requires it\n" .. debug.traceback())
|
||||
else
|
||||
local errors = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user