Skip to content

Commit 404c64b

Browse files
committed
Expose the error
1 parent 1c7bf5e commit 404c64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/GitHubCopilotService/LanguageServer/GitHubCopilotService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public final class GitHubCopilotService: GitHubCopilotBaseService,
447447
// And sometimes the language server's content was not up to date and may generate
448448
// weird result when the cursor position exceeds the line.
449449
let task = Task { @GitHubCopilotSuggestionActor in
450-
try? await notifyChangeTextDocument(
450+
try await notifyChangeTextDocument(
451451
fileURL: fileURL,
452452
content: content,
453453
version: 1

0 commit comments

Comments
 (0)