mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38: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);
|
var proc = StartShardProcess(shardId);
|
||||||
_shardStatuses[shardId] = status with
|
_shardStatuses[shardId] = status with
|
||||||
|
Reference in New Issue
Block a user