Navigation Menu

Skip to content

Commit

Permalink
mrb: use cached value
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 7, 2015
1 parent b8fb765 commit 746cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrb/scripts/expression.rb
Expand Up @@ -10,7 +10,7 @@ def build_scan_info(op, record_exist)
builder = ScanInfoBuilder.new(self, op, record_exist)
builder.build
rescue => error
Context.instance.record_error(:invalid_argument, error)
context.record_error(:invalid_argument, error)
nil
end
end
Expand Down

0 comments on commit 746cb6f

Please sign in to comment.