diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-15 00:20:27 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-15 00:20:32 -0700 |
| commit | f790caf0ab1599ef1443876488bad02dadef7488 (patch) | |
| tree | ca5e94344fa541a8355ccde496b375cf0b17928f /nomsu.lua | |
| parent | 1a6e28e8358e8ed9a6de4d4112da6b3506e6f6a3 (diff) | |
Removed debug shim.
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -402,7 +402,7 @@ do run_lua = function(self, lua) assert(type(lua) ~= 'string', "Attempt to run lua string instead of Lua (object)") local lua_string = tostring(lua) - local run_lua_fn, err = load(lua_string, nil and tostring(lua.source), "t", self.environment) + local run_lua_fn, err = load(lua_string, tostring(lua.source), "t", self.environment) if not run_lua_fn then local n = 1 local fn |
