We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f4405 commit 64037e3Copy full SHA for 64037e3
Sources/FoundationEssentials/ProgressManager/ProgressManager.swift
@@ -115,7 +115,9 @@ internal import _FoundationCollections
115
fileURL: ProgressManager.Properties.FileURL.defaultValue,
116
propertiesInt: [:],
117
propertiesDouble: [:],
118
- propertiesString: [:]
+ propertiesString: [:],
119
+ propertiesURL: [:],
120
+ propertiesUInt64: [:],
121
)
122
self.state = Mutex(state)
123
}
0 commit comments