mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
util.mercurial: Ignore an unused error variable [luacheck]
This commit is contained in:
parent
bbb1aae80f
commit
613e3eb3dc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function hg.check_id(path)
|
|||
hg_changelog:close();
|
||||
end
|
||||
else
|
||||
local hg_archival,e = io.open(path.."/.hg_archival.txt");
|
||||
local hg_archival,e = io.open(path.."/.hg_archival.txt"); -- luacheck: ignore 211/e
|
||||
if hg_archival then
|
||||
local repo = hg_archival:read("*l");
|
||||
local node = hg_archival:read("*l");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue