Skip to content

Commit

Permalink
Improve diagnostics for situations where Rails fails to boot (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored Nov 19, 2024
1 parent c5ea922 commit 3c51a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_lsp/ruby_lsp_rails/runner_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def initialize(outgoing_queue)
end,
Thread,
)
rescue Errno::EPIPE, IncompleteMessageError
rescue StandardError
raise InitializationError, @stderr.read
end

Expand Down

0 comments on commit 3c51a95

Please sign in to comment.