@lvce-editor/extension-host-worker 4.13.0 → 4.14.0

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.
@@ -5254,7 +5254,6 @@ const searchFile$1 = async uri => {
5254
5254
  const path = uri.slice('html://'.length);
5255
5255
  const handle = await getDirectoryHandle(path);
5256
5256
  if (!handle) {
5257
- // @ts-ignore
5258
5257
  throw new VError(`Folder not found ${uri}`);
5259
5258
  }
5260
5259
  const all = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-host-worker",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "description": "Webworker for the extension host functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"