There was an error while loading. Please reload this page.
1 parent d7d77d6 commit 6310edaCopy full SHA for 6310eda
Sources/MacOSPlatform/MacOS.swift
@@ -117,10 +117,10 @@ public struct MacOS: Platform {
117
118
if ctx.mockedHomeDir == nil {
119
await ctx.message("Extracting the swiftly package...")
120
- _ = sys.installer(
+ try await sys.installer(
121
.pkg(archive),
122
.target("CurrentUserHomeDirectory")
123
- )
+ ).run(self)
124
try? await sys.pkgutil(.volume(userHomeDir)).forget(pkg_id: "org.swift.swiftly").run(self)
125
} else {
126
let installDir = userHomeDir / ".swiftly"
0 commit comments