diff --git a/gateway/resume.ts b/gateway/resume.ts index 79b2016b0..6adc41052 100644 --- a/gateway/resume.ts +++ b/gateway/resume.ts @@ -8,7 +8,10 @@ export function resume(gateway: GatewayManager, shardId: number) { // Get the old data for this shard necessary for resuming const oldShard = gateway.shards.get(shardId); if (!oldShard) { - return gateway.debug("GW DEBUG", `[Error] Trying to resume a shard (id: ${shardId}) that was not first identified.`); + return gateway.debug( + "GW DEBUG", + `[Error] Trying to resume a shard (id: ${shardId}) that was not first identified.`, + ); } // HOW TO CLOSE OLD SHARD SOCKET!!!