Skip to content

Commit ed21414

Browse files
committed
wip
1 parent 9dede0f commit ed21414

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Sources/IssueReporting/Internal/Warn.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,5 @@ import Foundation
66

77
@usableFromInline
88
func printError(_ message: String) {
9-
// #if os(Linux) || os(macOS)
10-
fputs("\(message)\n", stderr)
11-
// #else
12-
// // TODO: Print to `stderr` on Windows?
13-
// print(message)
14-
// #endif
9+
fputs("\(message)\n", stderr)
1510
}

0 commit comments

Comments
 (0)