mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 17:00:39 -07:00
Had a NoMethodError bubble up in the theme-check-language-server because of a unit test I ran for the prettier plugin. (true..false) was crashing. We have a helper... right there for this. So I used it here to turn the error into an ArgumentError instead. Which should get caught