@mhfire/dsh-im-bridge 0.3.0 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -163,6 +163,7 @@ export function planWecomBind(key: string, state: WecomBindState): WecomBindPlan
163
163
  if (state.stored.has(sessionId)) return { sessionId, bind: 'resume', epoch }
164
164
  return { sessionId, bind: 'create', epoch }
165
165
  }
166
+
166
167
  throw new Error(`im-bridge: no free session epoch for ${key} within ${String(limit)} candidates`)
167
168
  }
168
169