Skip to content

Commit 7970cf1

Browse files
clasonBrewTestBot
authored andcommitted
lua-language-server 3.5.4
Closes Homebrew#109774. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent ded9731 commit 7970cf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/lua-language-server.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class LuaLanguageServer < Formula
33
homepage "https://github.com/sumneko/lua-language-server"
44
# pull from git tag to get submodules
55
url "https://github.com/sumneko/lua-language-server.git",
6-
tag: "3.5.3",
7-
revision: "dacf711d57cddbf106937abd64f544a9298f3349"
6+
tag: "3.5.4",
7+
revision: "efe82edce8af8160c3a6e0977bee935f7f8655d5"
88
license "MIT"
99
head "https://github.com/sumneko/lua-language-server.git", branch: "master"
1010

@@ -48,7 +48,7 @@ def install
4848
require "pty"
4949
output = /^Content-Length: \d+\s*$/
5050

51-
stdout, stdin, lua_ls = PTY.spawn bin/"lua-language-server"
51+
stdout, stdin, lua_ls = PTY.spawn bin/"lua-language-server", "--logpath=#{testpath}/log"
5252
sleep 5
5353
stdin.write "\n"
5454
sleep 25

0 commit comments

Comments
 (0)