@xuda.io/runtime-bundle 1.0.826 → 1.0.827

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.
@@ -8468,6 +8468,7 @@ func.UI.worker.init = async function (SESSION_ID) {
8468
8468
  // }
8469
8469
 
8470
8470
  await func.UI.worker.execute(val.SESSION_ID, val);
8471
+ break;
8471
8472
  } catch (err) {
8472
8473
  console.error(err);
8473
8474
  }
@@ -8469,6 +8469,7 @@ func.UI.worker.init = async function (SESSION_ID) {
8469
8469
  // }
8470
8470
 
8471
8471
  await func.UI.worker.execute(val.SESSION_ID, val);
8472
+ break;
8472
8473
  } catch (err) {
8473
8474
  console.error(err);
8474
8475
  }