Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 24, 2024
1 parent b9b49be commit dda0dc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/ruby_lsp/ruby_lsp_rails/runner_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ def initialize
rescue Errno::EPERM
# If we can't set the session ID, continue
rescue NotImplementedError
# setpgrp() may be unimplemented on some platforms
# setpgrp() may be unimplemented on some platformsh
end

stdin, stdout, stderr, wait_thread = Open3.popen3(
"bin/rails",
"bundle",
"exec",
"runner",
"#{__dir__}/server.rb",
"start",
Expand Down

0 comments on commit dda0dc1

Please sign in to comment.