disable the rethrow exceptions option for the liquid templates
This commit is contained in:
parent
50917a919e
commit
192518d258
@ -91,7 +91,7 @@ module Locomotive
|
||||
:current_locomotive_account => current_locomotive_account
|
||||
}
|
||||
|
||||
::Liquid::Context.new({}, assigns, registers, true)
|
||||
::Liquid::Context.new({}, assigns, registers, false) # pass false to true to enable the re-thrown exception flag
|
||||
end
|
||||
|
||||
def prepare_and_set_response(output)
|
||||
|
Loading…
Reference in New Issue
Block a user