Skip to content

Commit

Permalink
switch joinBase64Results to use declare()
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Oct 21, 2021
1 parent e5ed188 commit 8fc1f7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proj_mgmt/joinBase64Results
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pack = (_VERSION == "Lua 5.1") and argsPack or table.pack

require("string_utils")
require("serializeTbl")
require("declare")
local s_name = "_ModuleTable_"
local base64 = require("base64")
local cosmic = require("Cosmic"):singleton()
Expand Down Expand Up @@ -103,7 +104,8 @@ local function grabFish(line,b)
end


_ModuleTable_ = false

declare("_ModuleTable_",false)
function fixMT(s)
if (s == nil) then return "" end
local func, msg = load(s)
Expand Down

0 comments on commit 8fc1f7e

Please sign in to comment.