Skip to content

Commit 5109e7f

Browse files
committed
Update
1 parent 2500225 commit 5109e7f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Core/Sources/Service/ScheduledCleaner.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public final class ScheduledCleaner {
5959
)
6060
}.result
6161
await workspace.cleanUp(availableTabs: [])
62-
service.workspacePool.removeWorkspace(url: url)
62+
await service.workspacePool.removeWorkspace(url: url)
6363
} else {
6464
let tabs = (workspaceInfos[.url(url)]?.tabs ?? [])
6565
.union(workspaceInfos[.unknown]?.tabs ?? [])

Pro

Submodule Pro updated from eeae9b4 to 9a3cbb5

Tool/Sources/Workspace/WorkspacePool.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public class WorkspacePool {
140140
return (workspace, filespace)
141141
}
142142

143+
@WorkspaceActor
143144
public func removeWorkspace(url: URL) {
144145
workspaces[url] = nil
145146
}

0 commit comments

Comments
 (0)