@xuda.io/xuda-worker-bundle-min 1.3.1121 → 1.3.1122
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 +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -8440,6 +8440,7 @@ func.events.execute = async function (
|
|
|
8440
8440
|
dsSession
|
|
8441
8441
|
);
|
|
8442
8442
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
8443
|
+
func.events.delete_job(SESSION_ID, jobNoP);
|
|
8443
8444
|
return result
|
|
8444
8445
|
},
|
|
8445
8446
|
call_evaluate_javascript: async function () {
|