You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/lsp-roslyn.el
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ creates another process connecting to the named pipe it specifies."
155
155
:noqueryt)))
156
156
(accept-process-output command-process lsp-roslyn-server-timeout-seconds) ; wait for JSON with pipe name to print on stdout, like {"pipeName":"\\\\.\\pipe\\d1b72351"}
157
157
(when (not lsp-roslyn--pipe-name)
158
-
(error"Failed to receieve pipe name from Roslyn server process"))
158
+
(error"Failed to receive pipe name from Roslyn server process"))
0 commit comments