mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
prosodyctl: Fix luacheck warning
This commit is contained in:
parent
3e23058a2d
commit
24d50902bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue