@lvce-editor/test-worker 13.20.0 → 13.22.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.
@@ -3118,10 +3118,10 @@ const readFile = async uri => {
3118
3118
  return invoke('FileSystem.readFile', uri);
3119
3119
  };
3120
3120
  const addFileHandle = async file => {
3121
- await invoke('FileSystem.addFileHandle', file);
3121
+ return invoke('FileSystem.addFileHandle', file);
3122
3122
  };
3123
3123
  const mkdir = async uri => {
3124
- await invoke('FileSystem.mkdir', uri);
3124
+ return invoke('FileSystem.mkdir', uri);
3125
3125
  };
3126
3126
  const setFiles = async files => {
3127
3127
  // TODO maybe have a method to send all the files to file system worker directly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "13.20.0",
3
+ "version": "13.22.0",
4
4
  "description": "Test Worker",
5
5
  "repository": {
6
6
  "type": "git",