We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6701658 commit c0ceaa7Copy full SHA for c0ceaa7
Gemfile.lock
@@ -214,7 +214,7 @@ GEM
214
rubocop (~> 1.51)
215
rubocop-sorbet (0.8.7)
216
rubocop (>= 1)
217
- ruby-lsp (0.23.0)
+ ruby-lsp (0.23.3)
218
language_server-protocol (~> 3.17.0)
219
prism (>= 1.2, < 2.0)
220
rbs (>= 3, < 4)
lib/ruby_lsp/ruby_lsp_rails/runner_client.rb
@@ -105,6 +105,8 @@ def initialize(outgoing_queue)
105
while (content = @stderr.gets("\n"))
106
log_message(content, type: RubyLsp::Constant::MessageType::LOG)
107
end
108
+ rescue IOError
109
+ # The server was shutdown and stderr is already closed
110
end,
111
Thread,
112
)
0 commit comments