Skip to content

Commit 64037e3

Browse files
committed
updated initializer
1 parent 18f4405 commit 64037e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/FoundationEssentials/ProgressManager/ProgressManager.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ internal import _FoundationCollections
115115
fileURL: ProgressManager.Properties.FileURL.defaultValue,
116116
propertiesInt: [:],
117117
propertiesDouble: [:],
118-
propertiesString: [:]
118+
propertiesString: [:],
119+
propertiesURL: [:],
120+
propertiesUInt64: [:],
119121
)
120122
self.state = Mutex(state)
121123
}

0 commit comments

Comments
 (0)