@acrobits/ipc-sdk 0.7.2-alpha.2 → 0.7.2-alpha.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.
- package/lib/ipc-sdk.js +1 -1
- package/lib/ipc-sdk.js.map +1 -1
- package/lib/ipc-sdk.umd.cjs +1 -1
- package/lib/ipc-sdk.umd.cjs.map +1 -1
- package/package.json +2 -2
package/lib/ipc-sdk.js
CHANGED
|
@@ -2021,7 +2021,7 @@ class xt {
|
|
|
2021
2021
|
d(this.logReceived(s)),
|
|
2022
2022
|
d(() => c++),
|
|
2023
2023
|
h((u) => (u.result === "success" && (u.chunkHash = u.chunkHash.toLowerCase()), u)),
|
|
2024
|
-
wt((u) => u.result === "success" && c
|
|
2024
|
+
wt((u) => u.result === "success" && c <= u.totalChunks)
|
|
2025
2025
|
);
|
|
2026
2026
|
return this.port2.postMessage(o), this.logSent(s, o), a;
|
|
2027
2027
|
}
|