add throw so we can use debugger on it.

This commit is contained in:
CWX
2025-05-03 19:21:19 +01:00
parent 1361b21f90
commit c8e3c70df3
@@ -110,6 +110,9 @@ public class HttpServer(
_logger.Debug("Error handling request: " + context.Request.Path);
_logger.Critical(ex.Message);
_logger.Critical(ex.StackTrace);
#if DEBUG
throw; // added this so we can debug something.
#endif
}
// This http request would be passed through the SPT Router and handled by an ICallback