summaryrefslogtreecommitdiff
path: root/lib/error_highlight/core_ext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/error_highlight/core_ext.rb')
-rw-r--r--lib/error_highlight/core_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error_highlight/core_ext.rb b/lib/error_highlight/core_ext.rb
index 1e91debc0c..1ae180aeac 100644
--- a/lib/error_highlight/core_ext.rb
+++ b/lib/error_highlight/core_ext.rb
@@ -16,7 +16,7 @@ module ErrorHighlight
loc = locs.first
begin
- node = RubyVM::AbstractSyntaxTree.of(loc, save_script_lines: true)
+ node = RubyVM::AbstractSyntaxTree.of(loc, keep_script_lines: true)
opts = {}
case self