From 2ddbfec4e75c91f0f8e0426e0facca1ddb78e3e2 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 21 Apr 2020 20:00:36 -0400 Subject: [PATCH] Minor comment --- src/Tgstation.Server.Host/Program.cs | 1 + 1 file changed, 1 insertion(+) 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; } }