Skip to content

Commit

Permalink
typescript-language-server: Stop interpolating bin
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Aug 1, 2024
1 parent 4a11801 commit d57fac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/t/typescript-language-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def install
}
JSON

Open3.popen3("#{bin}/typescript-language-server", "--stdio") do |stdin, stdout|
Open3.popen3(bin/"typescript-language-server", "--stdio") do |stdin, stdout|
stdin.write "Content-Length: #{json.size}\r\n\r\n#{json}"
assert_match(/^Content-Length: \d+/i, stdout.readline)
end
Expand Down

0 comments on commit d57fac3

Please sign in to comment.