Skip to content

Commit fb7cd94

Browse files
committed
fix start server
1 parent 1eb5149 commit fb7cd94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/clojure/com/github/clojure_lsp/intellij/extension/language_server_factory.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
(server/install-server
4747
project
4848
(fn [{:keys [status path]}]
49-
(swap! server assoc :status status :path path)))
50-
(server/start! project))
49+
(swap! server assoc :status status :path path)
50+
(server/start! project))))
5151

5252
(defn -createClientFeatures [_]
5353
(proxy+ [] LSPClientFeatures

0 commit comments

Comments
 (0)