mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Fixed an exception in coordinator preventing some shards from restarting
This commit is contained in:
@@ -171,7 +171,7 @@ namespace NadekoBot.Coordinator
|
||||
}
|
||||
}
|
||||
|
||||
status.Process?.Dispose();
|
||||
try { status.Process?.Dispose(); } catch { }
|
||||
|
||||
var proc = StartShardProcess(shardId);
|
||||
_shardStatuses[shardId] = status with
|
||||
|
Reference in New Issue
Block a user