Skip to content

Commit 869fdf5

Browse files
authored
lsp-system-path: return absolute path (#4808)
1 parent f426c29 commit 869fdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8362,7 +8362,7 @@ nil."
83628362
((and (f-absolute? path)
83638363
(f-exists? path))
83648364
path)
8365-
((executable-find path t) path))))
8365+
((executable-find path t)))))
83668366

83678367
(defun lsp-package-path (dependency)
83688368
"Path to the DEPENDENCY each of the registered providers."

0 commit comments

Comments
 (0)