aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:00:01 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:00:15 -0700
commit7f99c70d564ec999e782e83f482e6d8e22c88ef2 (patch)
tree801db872cd9e97f045354c3505dcf23c95c90dfd /nomsu.lua
parent4892c63e92bf82386b4ebb54a5a1dd76dcd792f8 (diff)
Fixed renaming lua_obj->code_obj
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.lua b/nomsu.lua
index 85a1c85..0c1ccbb 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -32,7 +32,7 @@ end
local debug_getinfo = debug.getinfo
local Nomsu, Lua, Source
do
- local _obj_0 = require("lua_obj")
+ local _obj_0 = require("code_obj")
Nomsu, Lua, Source = _obj_0.Nomsu, _obj_0.Lua, _obj_0.Source
end
FILE_CACHE = setmetatable({ }, {