@xuda.io/xuda-worker-bundle-min 1.3.1116 → 1.3.1118
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/index.js +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -8439,7 +8439,6 @@ func.events.execute = async function (
|
|
|
8439
8439
|
refIdP,
|
|
8440
8440
|
dsSession
|
|
8441
8441
|
);
|
|
8442
|
-
return result
|
|
8443
8442
|
},
|
|
8444
8443
|
call_evaluate_javascript: async function () {
|
|
8445
8444
|
const module = await func.common.get_module(
|
|
@@ -8453,7 +8452,6 @@ func.events.execute = async function (
|
|
|
8453
8452
|
dsSession,
|
|
8454
8453
|
true
|
|
8455
8454
|
);
|
|
8456
|
-
return result
|
|
8457
8455
|
},
|
|
8458
8456
|
execute_native_javascript: async function () {
|
|
8459
8457
|
const module = await func.common.get_module(
|