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