mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
backport argument error fix
This commit is contained in:
@@ -316,7 +316,7 @@ module Liquid
|
||||
else
|
||||
nil
|
||||
end
|
||||
rescue ArgumentError
|
||||
rescue ::ArgumentError
|
||||
nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user