prosodyctl: Fix luacheck warning

This commit is contained in:
Matthew Wild 2025-02-06 14:46:36 +00:00
parent 3e23058a2d
commit 24d50902bd

View file

@ -316,7 +316,7 @@ function commands.stop(arg)
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