Skip to content

Commit 9a2399a

Browse files
committed
[SwiftTool] Report resolved version to stdout
Same as old text to avoid failing a test
1 parent 9d327e8 commit 9a2399a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Commands/SwiftTool.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ private class ToolWorkspaceDelegate: WorkspaceDelegate {
2727
}
2828

2929
func checkingOut(repository: String, at reference: String) {
30+
// FIXME: This is temporary output similar to old one, we will need to figure
31+
// out better reporting text.
32+
print("Resolved version: \(reference)")
3033
}
3134
}
3235

0 commit comments

Comments
 (0)