util.async: Clip long line [luacheck]

This commit is contained in:
Kim Alvefur 2023-11-21 22:18:17 +01:00
parent 07d2f9f2e8
commit 1e6027da6d

View file

@ -233,7 +233,8 @@ function runner_mt:run(input)
end
if err or state ~= self.notified_state then
self:log("debug", "changed state from %s to %s [%s %s]", self.notified_state, err and ("error ("..state..")") or state, self.thread, self.thread and coroutine.status(self.thread));
self:log("debug", "changed state from %s to %s [%s %s]", self.notified_state, err and ("error (" .. state .. ")") or state, self.thread,
self.thread and coroutine.status(self.thread));
if err then
state = "error"
else