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 3f881d6 commit eaf436fCopy full SHA for eaf436f
Plugins/OpenAPIGeneratorCommand/plugin.swift
@@ -82,10 +82,11 @@ extension SwiftOpenAPIGeneratorPlugin: CommandPlugin {
82
hadASuccessfulRun = true
83
} catch let error as PluginError {
84
if error.isMisconfigurationError {
85
- print("- OpenAPI code generation failed with error.")
+ print("- Stopping because target isn't configured for OpenAPI code generation.")
86
throw error
87
} else {
88
- print("- Stopping because target isn't configured for OpenAPI code generation.")
+ print("- OpenAPI code generation failed with error.")
89
+ throw error
90
}
91
92
0 commit comments