Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit abf4d89

Browse files
committed
Update message.
See #113.
1 parent 4061bc2 commit abf4d89

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lsp-python-ms.el

+3-4
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ here."
247247
((executable-find "powershell")
248248
(format "powershell -noprofile -noninteractive \
249249
-nologo -ex bypass Expand-Archive -path '%s' -dest '%s'" temp-file install-dir))
250-
(t (user-error "Unable to extract '%s' to '%s'! \
251-
Please check unzip, powershell or extract manually." temp-file install-dir)))))
250+
(t (lsp--info "Unable to extract '%s' to '%s'! \
251+
Please extract manually." temp-file install-dir)))))
252252

253253
(lsp--info "Downloading Microsoft Python Language Server...")
254254

@@ -265,13 +265,12 @@ here."
265265
(lsp--info "Downloading Microsoft Python Language Server...done")
266266

267267
;; Extract the archive
268-
(lsp--info "Extracting Microsoft Python Language Server...")
269268
(f-delete install-dir t)
270269

271270
(lsp-async-start-process
272271
(lambda ()
273272
(when (f-exists? lsp-python-ms-executable)
274-
(lsp--info "Extracting Microsoft Python Language Server...done")
273+
(lsp--info "Extracted Microsoft Python Language Server")
275274
;; Make the binary executable
276275
(chmod lsp-python-ms-executable #o755)
277276
;; Start LSP if need

0 commit comments

Comments
 (0)