I used have spt dev role but then I took an arrow to the knee
This commit is contained in:
@@ -66,8 +66,7 @@ public class App
|
||||
if (isAlreadyRunning)
|
||||
{
|
||||
_logger.Critical(_localisationService.GetText("webserver_already_running"));
|
||||
await Task.Delay(3600 * 60);
|
||||
Environment.Exit(1);
|
||||
await Task.Delay(Timeout.Infinite);
|
||||
}
|
||||
|
||||
if (_logger.IsLogEnabled(LogLevel.Debug))
|
||||
|
||||
Reference in New Issue
Block a user