Skip to content

Commit a3b4b0d

Browse files
committed
Clean up code
1 parent 9e51365 commit a3b4b0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.OpenApi.Hidi/Handlers/ValidateCommandHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public async Task<int> InvokeAsync(InvocationContext context)
4040
throw; // so debug tools go straight to the source of the exception when attached
4141
#else
4242
logger.LogCritical( ex.Message);
43-
Environment.Exit(1);
4443
return 1;
4544
#endif
4645
}

0 commit comments

Comments
 (0)