Use #splat method for macro expressions

pull/4242/head
syeopite 7 months ago
parent 438467f69a
commit 8525758583
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

@ -3,7 +3,7 @@
# -------------------
macro error_template(*args)
error_template_helper(env, {{*args}})
error_template_helper(env, {{args.splat}})
end
def github_details(summary : String, content : String)

Loading…
Cancel
Save