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 9e51365 commit a3b4b0dCopy full SHA for a3b4b0d
src/Microsoft.OpenApi.Hidi/Handlers/ValidateCommandHandler.cs
@@ -40,7 +40,6 @@ public async Task<int> InvokeAsync(InvocationContext context)
40
throw; // so debug tools go straight to the source of the exception when attached
41
#else
42
logger.LogCritical( ex.Message);
43
- Environment.Exit(1);
44
return 1;
45
#endif
46
}
0 commit comments