Skip to content

Commit c372973

Browse files
committed
fix: remove unusued exit_code variable
1 parent 5f5ae35 commit c372973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/img-clip/clipboard.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ M.content_is_image = function()
5252

5353
-- MacOS (pbctl)
5454
elseif cmd == "pbctl" then
55-
local output, exit_code = util.execute("pbctl types")
55+
local output = util.execute("pbctl types")
5656
return output ~= nil and output:find("image/") ~= nil
5757

5858
-- MacOS (pngpaste)

0 commit comments

Comments
 (0)