Skip to content

Commit 011596d

Browse files
committed
Update
1 parent 0fe6bd8 commit 011596d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tool/Sources/ActiveApplicationMonitor/ActiveApplicationMonitor.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ public final class ActiveApplicationMonitor {
5050
.init { continuation in
5151
let id = UUID()
5252
Task { @MainActor in
53-
// not sure why,
54-
// but we need to wrap the addContinuation in this task to make it not crash
5553
continuation.onTermination = { _ in
5654
self.removeContinuation(id: id)
5755
}

0 commit comments

Comments
 (0)