Remove instance of the * operator in macro expr

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

@ -121,7 +121,7 @@ end
# -------------------
macro error_json(*args)
error_json_helper(env, {{*args}})
error_json_helper(env, {{args.splat}})
end
def error_json_helper(

Loading…
Cancel
Save