@xuda.io/runtime-bundle 1.0.817 → 1.0.818

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.
@@ -8754,7 +8754,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8754
8754
  // }, 1000);
8755
8755
  }
8756
8756
  setTimeout(async () => {
8757
- return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
8757
+ // return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
8758
8758
  }, 10000);
8759
8759
  },
8760
8760
  };
@@ -8755,7 +8755,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8755
8755
  // }, 1000);
8756
8756
  }
8757
8757
  setTimeout(async () => {
8758
- return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
8758
+ // return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
8759
8759
  }, 10000);
8760
8760
  },
8761
8761
  };