summaryrefslogtreecommitdiff
path: root/lib/prism/parse_result
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-12-11 14:09:17 -0500
committergit <[email protected]>2024-12-11 19:50:20 +0000
commit34e68548d43175c5d496b533dec280e935a8d2d5 ()
tree0153aa16d38af3ab9b17707973dfe08f139b8cab /lib/prism/parse_result
parentcfb72138827863b4b1f8841cc3ff4adaba662fbf (diff)
[ruby/prism] Bump typechecking deps
https://.com/ruby/prism/commit/230c8b8a48
-rw-r--r--lib/prism/parse_result/errors.rb2
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ module Prism
# Formats the errors in a human-readable way and return them as a string.
def format
- error_lines = {}
parse_result.errors.each do |error|
location = error.location
(location.start_line..location.end_line).each do |line|