Skip to content

Commit 1c167ff

Browse files
authored
Pass WorkspaceConfiguration from convenience constructor (#6057)
A convenience constructor of `Workspace` received some arguments. However, they are ignored. It may be a simple mistake.
1 parent d9160ca commit 1c167ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Workspace/Workspace.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ public class Workspace {
402402
try self.init(
403403
fileSystem: fileSystem,
404404
location: location,
405+
authorizationProvider: authorizationProvider,
406+
registryAuthorizationProvider: registryAuthorizationProvider,
407+
configuration: configuration,
405408
cancellator: cancellator,
406409
initializationWarningHandler: initializationWarningHandler,
407410
customManifestLoader: customManifestLoader,

0 commit comments

Comments
 (0)