copilot-api-plus 1.2.45 → 1.2.46

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.
package/dist/main.js CHANGED
@@ -2171,7 +2171,8 @@ async function createWithMultiAccount(payload) {
2171
2171
  if (error.__nonAccountError) throw error;
2172
2172
  } else {
2173
2173
  const errMsg = error.message || String(error);
2174
- consola.warn(`Account ${account.label}: transient network error: ${errMsg}`);
2174
+ consola.warn(`Account ${account.label}: network error (not rotating): ${errMsg}`);
2175
+ throw error;
2175
2176
  }
2176
2177
  consola.warn(`Account ${account.label} failed (attempt ${attempt + 1}), trying next...`);
2177
2178
  }