@odla-ai/cli 0.31.0 → 0.31.1
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/bin.cjs +1 -1
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-5VH4EWV7.js → chunk-Y3W7YKWI.js} +2 -2
- package/dist/chunk-Y3W7YKWI.js.map +1 -0
- package/dist/{cli-CCQVA7VV.js → cli-Q2U7TCMV.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-5VH4EWV7.js.map +0 -1
- /package/dist/{cli-CCQVA7VV.js.map → cli-Q2U7TCMV.js.map} +0 -0
package/dist/bin.cjs
CHANGED
|
@@ -570,7 +570,7 @@ async function freshHandshake(ctx, waitMs) {
|
|
|
570
570
|
} catch (err) {
|
|
571
571
|
const code = err instanceof import_db.OdlaError ? err.code : void 0;
|
|
572
572
|
if (code === "handshake_pending" && started) throw stillPending(started, ctx.email);
|
|
573
|
-
if (code === "handshake_denied" || code === "handshake_expired" || code === "handshake_timeout") {
|
|
573
|
+
if (code === "handshake_duplicate" || code === "handshake_denied" || code === "handshake_expired" || code === "handshake_timeout") {
|
|
574
574
|
clearPendingHandshake(ctx.pendingFile);
|
|
575
575
|
}
|
|
576
576
|
throw err;
|