Skip to content

Commit c96fff1

Browse files
authored
Merge pull request #1716 from ahoppen/explicit-self
Specify explicit `self` in `ExternalBuildSystemAdapter`
2 parents b9aa4dd + bdf9615 commit c96fff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BuildSystemIntegration/ExternalBuildSystemAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ actor ExternalBuildSystemAdapter {
170170
if terminationStatus != 0 {
171171
Task {
172172
await orLog("Restarting BSP server") {
173-
try await handleBspServerCrash()
173+
try await self.handleBspServerCrash()
174174
}
175175
}
176176
}

0 commit comments

Comments
 (0)