mirror of
https://github.com/kemko/liquid.git
synced 2026-01-08 11:15:40 +03:00
remove unnecessary nil
This commit is contained in:
@@ -199,7 +199,7 @@ module Liquid
|
||||
end
|
||||
result.respond_to?(:join) ? result.join : result
|
||||
rescue Liquid::MemoryError => e
|
||||
context.handle_error(e, nil)
|
||||
context.handle_error(e)
|
||||
ensure
|
||||
@errors = context.errors
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user