refactor(actions): remove linefeed on info messages. (#1450)
This commit is contained in:
committed by
GitHub
parent
08ab346f03
commit
d927e89aa9
@@ -20,7 +20,7 @@ function M.rename(node, to)
|
||||
if not success then
|
||||
return utils.notify.warn(err_fmt(node.absolute_path, to, err))
|
||||
end
|
||||
utils.notify.info(node.absolute_path .. " ➜ " .. to .. "\n")
|
||||
utils.notify.info(node.absolute_path .. " ➜ " .. to)
|
||||
utils.rename_loaded_buffers(node.absolute_path, to)
|
||||
events._dispatch_node_renamed(node.absolute_path, to)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user