Skip to content

Commit 5d8b8fd

Browse files
committed
Refactoring output print to message
1 parent ab6757f commit 5d8b8fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftlyCore/SwiftlyCore.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public struct SwiftlyCoreContext: Sendable {
5353
/// Pass the provided string to the set output handler if any.
5454
/// If no output handler has been set, just print to stdout.
5555
public func print(_ string: String = "", terminator: String? = nil) async {
56+
5657
guard let handler = self.outputHandler else {
5758
if let terminator {
5859
Swift.print(string, terminator: terminator)

0 commit comments

Comments
 (0)