diff --git a/src/Tgstation.Server.Host/Program.cs b/src/Tgstation.Server.Host/Program.cs index 6fecd63472..69823bbab4 100644 --- a/src/Tgstation.Server.Host/Program.cs +++ b/src/Tgstation.Server.Host/Program.cs @@ -69,6 +69,7 @@ namespace Tgstation.Server.Host return 2; } + // If you hit an exception debug break on this line it caused the application to crash throw; } }