@gallop.software/studio 1.4.5 → 1.4.6
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/handlers/index.js
CHANGED
|
@@ -1450,6 +1450,7 @@ async function handleUnprocessStream(request) {
|
|
|
1450
1450
|
percent: Math.round((i + 1) / total * 100),
|
|
1451
1451
|
message: `Removing thumbnails for ${imageKey.slice(1)}...`
|
|
1452
1452
|
});
|
|
1453
|
+
await new Promise((resolve) => setTimeout(resolve, 1e3));
|
|
1453
1454
|
try {
|
|
1454
1455
|
const entry = getMetaEntry(meta, imageKey);
|
|
1455
1456
|
if (!entry) {
|