mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 10:52:48 -07:00
Don't automatically load hooks
This commit is contained in:
@@ -12,6 +12,7 @@ if env_mode = ENV['LIQUID_PARSER_MODE']
|
||||
mode = env_mode.to_sym
|
||||
end
|
||||
Liquid::Template.error_mode = mode
|
||||
Liquid::Profiler.load_hooks
|
||||
|
||||
if Minitest.const_defined?('Test')
|
||||
# We're on Minitest 5+. Nothing to do here.
|
||||
|
||||
Reference in New Issue
Block a user