Software /
code /
prosody
File
teal-src/util/table.d.tl @ 12779:f0474d40364c 0.12
util.startup: Ensure import() is available in prosodyctl (thanks keyzer)
Fixes error in mod_authz_internal due to import() being unavailable as
it was only loaded in Prosody proper
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 20 Oct 2022 16:31:18 +0200 |
parent | 11459:86904555bffc |
child | 12618:17cc122cc2e8 |
line wrap: on
line source
local record lib create : function (narr:integer, nrec:integer):table pack : function (...:any):{any} end return lib