@xuda.io/runtime-bundle 1.0.636 → 1.0.637

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.
@@ -35013,6 +35013,11 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
35013
35013
  };
35014
35014
  if (error) log_error();
35015
35015
  // if (error || warning) log_error();
35016
+
35017
+ if (typeof EXP_BUSY !== 'undefined') {
35018
+ EXP_BUSY = false;
35019
+ }
35020
+
35016
35021
  return {
35017
35022
  result: ret,
35018
35023
  fields: fields,