@lvce-editor/file-system-worker 1.20.0 → 1.21.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.
@@ -1332,7 +1332,7 @@ const watchFile = async (id, uri, rpcId) => {
1332
1332
  if (!rpc) {
1333
1333
  return;
1334
1334
  }
1335
- await rpc.invoke(commandId);
1335
+ await rpc.invoke(commandId, id);
1336
1336
  });
1337
1337
  // @ts-ignore
1338
1338
  await invoke('FileSystem.watchFile', id, uri);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/file-system-worker",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "File System Worker",
5
5
  "keywords": [
6
6
  "Lvce Editor"