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)
|
||||
if retval ~= 0 then
|
||||
u.notify(
|
||||
"command 'gomodifytags " .. unpack(cmd_args) .. "' exited with code " .. retval,
|
||||
"command '"
|
||||
.. c.gomodifytags
|
||||
.. " "
|
||||
.. unpack(cmd_args)
|
||||
.. "' exited with code "
|
||||
.. retval,
|
||||
"error"
|
||||
)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue