We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bb266 commit c7f20a2Copy full SHA for c7f20a2
1 file changed
Tool/Sources/Workspace/Filespace.swift
@@ -98,7 +98,7 @@ public final class Filespace {
98
Environment.now().timeIntervalSince(lastUpdateTime) > 60 * 3
99
}
100
101
- public private(set) var lastUpdateTime: Date = Environment.now()
+ public internal(set) var lastUpdateTime: Date = Environment.now()
102
private var additionalProperties = FilespacePropertyValues()
103
let fileSaveWatcher: FileSaveWatcher
104
let onClose: (URL) -> Void
0 commit comments