Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
koliyo committed Oct 27, 2023
1 parent d91e4f5 commit 49caa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/hylo-lsp-client/hylo-lsp-client-cli.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct Options: ParsableArguments {

#if os(Windows)
// let search1 = try Regex(#"(.+)(?::(\d+)(?:\.(\d+))?)"#)
logger.warning("Document path parsing not currently supported on Windows, assuming normal filepath")
print("Document path parsing not currently supported on Windows, assuming normal filepath")
let path = docLocation
let url = resolveDocumentUrl(path)
let uri = url.absoluteString
Expand Down

0 comments on commit 49caa24

Please sign in to comment.