Software /
code /
prosody
Diff
prosodyctl @ 13649:d2969e163656
prosodyctl: Fix luacheck warning
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 06 Feb 2025 14:46:36 +0000 |
parent | 13648:0b37ce3e40cd |
child | 13650:9a66b53a5076 |
line wrap: on
line diff
--- a/prosodyctl Thu Feb 06 14:45:56 2025 +0000 +++ b/prosodyctl Thu Feb 06 14:46:36 2025 +0000 @@ -316,7 +316,7 @@ if ok then local i=1; while true do - local ok, running = prosodyctl.isrunning(); + local ok, running = prosodyctl.isrunning(); --luacheck: ignore 421 if ok and not running then break; elseif i == 5 then