@lvce-editor/test-worker 10.12.0 → 10.13.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.
- package/dist/testWorkerMain.js +1 -1
- package/package.json +1 -1
package/dist/testWorkerMain.js
CHANGED
|
@@ -3260,7 +3260,7 @@ const registerCallbackCommand = async commandId => {
|
|
|
3260
3260
|
} = Promise.withResolvers();
|
|
3261
3261
|
callbacks[id] = resolve;
|
|
3262
3262
|
// @ts-ignore
|
|
3263
|
-
await invoke$1(`
|
|
3263
|
+
await invoke$1(`Test.registerTestCommand`, commandId);
|
|
3264
3264
|
return {
|
|
3265
3265
|
promise
|
|
3266
3266
|
};
|