@gallop.software/studio 2.3.165 → 2.3.166
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/server/index.js +0 -1
- package/dist/server/index.js.map +1 -1
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -4808,7 +4808,6 @@ async function handleFontsDeleteStream(request) {
|
|
|
4808
4808
|
const p = paths[i];
|
|
4809
4809
|
const fileName = p.split("/").pop() || p;
|
|
4810
4810
|
send({ status: "progress", message: `Deleting ${fileName}...`, current: i + 1, total: paths.length });
|
|
4811
|
-
await new Promise((resolve2) => setTimeout(resolve2, 1e3));
|
|
4812
4811
|
try {
|
|
4813
4812
|
const fullPath = getWorkspacePath(p);
|
|
4814
4813
|
const stat = await fs12.stat(fullPath);
|