Skip to content

Commit

Permalink
Improve diagnostics for situations where Rails fails to boot
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Nov 7, 2024
1 parent b5235c3 commit 4e9346a
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 Errno::EPIPE, IncompleteMessageError, MessageError
raise InitializationError, @stderr.read
end

Expand Down

0 comments on commit 4e9346a

Please sign in to comment.