Skip to content

Commit

Permalink
Merge pull request #761 from soutaro/rescue-parse-error
Browse files Browse the repository at this point in the history
Rescue parsing error while signature help
  • Loading branch information
soutaro committed Apr 21, 2023
2 parents cf21ee6 + fd7e912 commit 9a593f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/steep/server/interaction_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ def process_signature_help(job)
end
end
end
rescue Parser::SyntaxError
# Ignore syntax error
end
end
end
Expand Down

0 comments on commit 9a593f9

Please sign in to comment.