Skip to content

Commit 33886c8

Browse files
Print notice of generator run to stderr
1 parent eaf436f commit 33886c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-openapi-generator/GenerateOptions+runGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extension _GenerateOptions {
5252
}
5353
let (diagnostics, finalizeDiagnostics) = preparedDiagnosticsCollector(outputPath: diagnosticsOutputPath)
5454
let doc = self.docPath
55-
print(
55+
FileHandle.standardError.write(
5656
"""
5757
Swift OpenAPI Generator is running with the following configuration:
5858
- OpenAPI document path: \(doc.path)

0 commit comments

Comments
 (0)