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 1ec5177 commit b785cb9Copy full SHA for b785cb9
src/Microsoft.OpenApi.Hidi/OpenApiService.cs
@@ -56,7 +56,7 @@ CancellationToken cancellationToken
56
{
57
throw new ArgumentNullException(nameof(output));
58
}
59
- if (cleanoutput)
+ if (cleanoutput && output.Exists)
60
61
output.Delete();
62
0 commit comments