@gallop.software/studio 2.3.164 → 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.
@@ -11,7 +11,7 @@
11
11
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
12
12
  }
13
13
  </style>
14
- <script type="module" crossorigin src="/assets/index-Uh7P5AGC.js"></script>
14
+ <script type="module" crossorigin src="/assets/index-BQiSTvPg.js"></script>
15
15
  <link rel="stylesheet" crossorigin href="/assets/index-DfPQBmNf.css">
16
16
  </head>
17
17
  <body>
@@ -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);