Skip to content

Commit

Permalink
fixed receieve typo (#4642)
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaris13 authored Dec 21, 2024
1 parent ffc0f56 commit fda77f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-roslyn.el
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ creates another process connecting to the named pipe it specifies."
:noquery t)))
(accept-process-output command-process lsp-roslyn-server-timeout-seconds) ; wait for JSON with pipe name to print on stdout, like {"pipeName":"\\\\.\\pipe\\d1b72351"}
(when (not lsp-roslyn--pipe-name)
(error "Failed to receieve pipe name from Roslyn server process"))
(error "Failed to receive pipe name from Roslyn server process"))
(let* ((process-name (generate-new-buffer-name (format "%s-pipe" name)))
(stderr-buf (format "*%s::stderr*" process-name))
(communication-process
Expand Down

0 comments on commit fda77f7

Please sign in to comment.