@lvce-editor/extension-host-worker 5.23.0 → 5.24.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.
@@ -5083,7 +5083,7 @@ const readFile = uri => {
5083
5083
  return dirent.content;
5084
5084
  };
5085
5085
  const exists = uri => {
5086
- const dirent = getDirent(uri);
5086
+ const dirent = getDirent(uri) || getDirent(`${uri}/`);
5087
5087
  if (!dirent) {
5088
5088
  return false;
5089
5089
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-host-worker",
3
- "version": "5.23.0",
3
+ "version": "5.24.0",
4
4
  "description": "Webworker for the extension host functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"