-- @/lua/common/extensions.lua:1155
-- backward compatibility things below
M.loadModule = function(extName)
log("W", logTag, "loadModule(extName) is deprecated. Please switch to load(extName)")
loadExt(extName)
end
M.loadModule = function(extName)
log("W", logTag, "loadModule(extName) is deprecated. Please switch to load(extName)")
loadExt(extName)