fix(moveToFolderInCwd): error in notification
parent
357bc2688d
commit
3e22df4eb3
|
|
@ -172,7 +172,7 @@ function M.moveToFolderInCwd()
|
|||
u.bwipeout("#")
|
||||
local msg = ("Moved %q to %q"):format(filename, destination)
|
||||
local append = supportsImportUpdates and " and updated imports." or "."
|
||||
u.notify(msg + append)
|
||||
u.notify(msg .. append)
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue