run stylua
This commit is contained in:
parent
5e7ecf382a
commit
d4734ae69a
1 changed files with 6 additions and 1 deletions
|
|
@ -47,7 +47,12 @@ local function modify(...)
|
||||||
on_exit = function(data, retval)
|
on_exit = function(data, retval)
|
||||||
if retval ~= 0 then
|
if retval ~= 0 then
|
||||||
u.notify(
|
u.notify(
|
||||||
"command 'gomodifytags " .. unpack(cmd_args) .. "' exited with code " .. retval,
|
"command '"
|
||||||
|
.. c.gomodifytags
|
||||||
|
.. " "
|
||||||
|
.. unpack(cmd_args)
|
||||||
|
.. "' exited with code "
|
||||||
|
.. retval,
|
||||||
"error"
|
"error"
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue