We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exit_code
1 parent 5f5ae35 commit c372973Copy full SHA for c372973
lua/img-clip/clipboard.lua
@@ -52,7 +52,7 @@ M.content_is_image = function()
52
53
-- MacOS (pbctl)
54
elseif cmd == "pbctl" then
55
- local output, exit_code = util.execute("pbctl types")
+ local output = util.execute("pbctl types")
56
return output ~= nil and output:find("image/") ~= nil
57
58
-- MacOS (pngpaste)
0 commit comments