Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
cimicida: Also return the result for other uses.
Browse files Browse the repository at this point in the history
  • Loading branch information
tongson committed Oct 6, 2018
1 parent 243a119 commit 05846c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lua/cimicida.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local catch_f = function(fn)
if ok then
return ok, ...
else
if fn then fn(...) end
if fn then return fn(...) end
end
end
end
Expand Down

0 comments on commit 05846c1

Please sign in to comment.