We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6757f commit 5d8b8fdCopy full SHA for 5d8b8fd
Sources/SwiftlyCore/SwiftlyCore.swift
@@ -53,6 +53,7 @@ public struct SwiftlyCoreContext: Sendable {
53
/// Pass the provided string to the set output handler if any.
54
/// If no output handler has been set, just print to stdout.
55
public func print(_ string: String = "", terminator: String? = nil) async {
56
+
57
guard let handler = self.outputHandler else {
58
if let terminator {
59
Swift.print(string, terminator: terminator)
0 commit comments