@xuda.io/xuda-worker-bundle-min 1.3.1117 → 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 +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -8433,7 +8433,7 @@ func.events.execute = async function (
|
|
|
8433
8433
|
SESSION_ID,
|
|
8434
8434
|
"xuda-event-javascript-module.mjs"
|
|
8435
8435
|
);
|
|
8436
|
-
|
|
8436
|
+
const result = await module.call_javascript(
|
|
8437
8437
|
SESSION_ID,
|
|
8438
8438
|
jobNoP,
|
|
8439
8439
|
refIdP,
|
|
@@ -8445,7 +8445,7 @@ func.events.execute = async function (
|
|
|
8445
8445
|
SESSION_ID,
|
|
8446
8446
|
"xuda-event-javascript-module.mjs"
|
|
8447
8447
|
);
|
|
8448
|
-
|
|
8448
|
+
const result = await module.call_javascript(
|
|
8449
8449
|
SESSION_ID,
|
|
8450
8450
|
jobNoP,
|
|
8451
8451
|
refIdP,
|