mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-03 00:04:28 -05: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