Skip to content

Commit

Permalink
Increase output clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Dec 10, 2024
1 parent 02825fa commit 924e684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/PDCPlugin/PDCPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,9 @@ struct ModuleBuildRequest {
])
try removeDebugSymbols()

print("\ncreated \(productName).pdx at:")
print("created \(productName).pdx at:")
print(productPath)
print("\nbuild succeeded.")
print("\nbuild succeeded.\n")
}

func getSwiftToolchain() throws -> (id: String, path: String) {
Expand Down

0 comments on commit 924e684

Please sign in to comment.