Skip to content

Commit 4b2ce9a

Browse files
committed
Fix no calls to throwing functions warning
1 parent 1146591 commit 4b2ce9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageLoading/ManifestLoader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public final class ManifestLoader: ManifestLoaderProtocol {
243243
throw PackageModel.Package.Error.noManifest(at: path, version: version?.description)
244244
}
245245

246-
try self.parseAndCacheManifest(
246+
self.parseAndCacheManifest(
247247
at: path,
248248
packageIdentity: packageIdentity,
249249
packageKind: packageKind,

0 commit comments

Comments
 (0)