-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't unnecessarily parse server handle as URI
It seems ServerHandle.uri is only used for logging purposes, no need to parse it as a java.net.URI. When using Windows named pipes (like bloop bsp --protocol local --pipe \\.\pipe\foo), ServerHandle.WindowsLocal.uri crashes because of the back-slashes when trying to parse it as a URI.
- Loading branch information
1 parent
794af02
commit a0edc09
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters