mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Include version of LuaDBI in 'about'
This commit is contained in:
parent
c42a786ec7
commit
f83b6fc79c
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ function commands.about(arg)
|
|||
local module_versions, longest_name = {}, 8;
|
||||
local luaevent =dependencies.softreq"luaevent";
|
||||
dependencies.softreq"ssl";
|
||||
dependencies.softreq"DBI";
|
||||
for name, module in pairs(package.loaded) do
|
||||
if type(module) == "table" and rawget(module, "_VERSION")
|
||||
and name ~= "_G" and not name:match("%.") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue