@gallop.software/studio 1.3.2 → 1.3.4
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/{StudioUI-NXJ2QUYQ.mjs → StudioUI-IHTWNJHB.mjs} +2 -2
- package/dist/{StudioUI-NXJ2QUYQ.mjs.map → StudioUI-IHTWNJHB.mjs.map} +1 -1
- package/dist/{StudioUI-X22T6A7A.js → StudioUI-X5SN52MU.js} +2 -2
- package/dist/{StudioUI-X22T6A7A.js.map → StudioUI-X5SN52MU.js.map} +1 -1
- package/dist/handlers/index.js +1 -0
- package/dist/handlers/index.js.map +1 -1
- package/dist/handlers/index.mjs +1 -0
- package/dist/handlers/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/handlers/index.js
CHANGED
|
@@ -1433,6 +1433,7 @@ async function handleReprocessStream(request) {
|
|
|
1433
1433
|
percent: Math.round((i + 1) / total * 100),
|
|
1434
1434
|
message: `Processing ${imageKey.slice(1)}...`
|
|
1435
1435
|
});
|
|
1436
|
+
await new Promise((resolve) => setTimeout(resolve, 1e3));
|
|
1436
1437
|
try {
|
|
1437
1438
|
let buffer;
|
|
1438
1439
|
const entry = getMetaEntry(meta, imageKey);
|