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 34894e1 commit 85b9bfbCopy full SHA for 85b9bfb
Sources/IssueReporting/IssueReporters/RuntimeWarningReporter.swift
@@ -70,7 +70,7 @@ public struct RuntimeWarningReporter: IssueReporter {
70
"\(isTesting ? "\(fileID):\(line): " : "")\(message)"
71
)
72
#else
73
- printError("\(fileID):\(line): \(message() ?? "")", stderr)
+ printError("\(fileID):\(line): \(message() ?? "")")
74
#endif
75
}
76
0 commit comments