mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix: error msg for paste image error (#241)
This commit is contained in:
@@ -406,9 +406,8 @@ local function imgFromClipboard()
|
||||
if not result then
|
||||
vim.api.nvim_err_writeln(
|
||||
string.format(
|
||||
"Unable to write image %s (exit code: %d). Is there an image on the clipboard? ",
|
||||
png,
|
||||
result
|
||||
"Unable to write image %s. Is there an image on the clipboard? See also issue 131",
|
||||
png
|
||||
)
|
||||
)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user