master
Tudor Stanciu 2023-02-04 17:21:35 +02:00
parent d8df470ae3
commit 62d86254ba
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ namespace NetworkResurrector.Server
catch (Exception ex) catch (Exception ex)
{ {
Log.Fatal(ex, "Network resurrector server host terminated unexpectedly"); Log.Fatal(ex, "Network resurrector server host terminated unexpectedly");
exitCode = 1;
} }
finally finally
{ {