refactor(actions): remove linefeed on info messages. (#1450)

This commit is contained in:
John Fred Fadrigalan
2022-07-22 16:10:58 +08:00
committed by GitHub
parent 08ab346f03
commit d927e89aa9
3 changed files with 6 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ function M.fn(node)
end
end
if not is_error then
utils.notify.info(new_file_path .. " was properly created\n")
utils.notify.info(new_file_path .. " was properly created")
end
events._dispatch_folder_created(new_file_path)
if M.enable_reload then