Use #splat method for macro expressions

This commit is contained in:
syeopite 2023-11-08 00:19:24 -08:00
parent 438467f69a
commit 8525758583
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -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)