diff options
author | Kevin Newton <[email protected]> | 2024-12-11 14:09:17 -0500 |
---|---|---|
committer | git <[email protected]> | 2024-12-11 19:50:20 +0000 |
commit | 34e68548d43175c5d496b533dec280e935a8d2d5 () | |
tree | 0153aa16d38af3ab9b17707973dfe08f139b8cab /lib/prism/parse_result | |
parent | cfb72138827863b4b1f8841cc3ff4adaba662fbf (diff) |
[ruby/prism] Bump typechecking deps
https://.com/ruby/prism/commit/230c8b8a48
-rw-r--r-- | lib/prism/parse_result/errors.rb | 2 |
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| |