-
using But it also quits Publisher, which is not what I need in many cases. Is there any way to quit filter execution and proceed with Publisher? Many thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
pgundlach
Aug 25, 2022
Replies: 1 comment 1 reply
-
Just return: print("Hello")
if true then
return
end
print("not reached")
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pr-apes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just return: