@xuda.io/xuda-worker-bundle-min 1.3.1659 → 1.3.1661

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.
Files changed (2) hide show
  1. package/index.js +5 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7730,6 +7730,11 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
7730
7730
  };
7731
7731
  if (error) log_error();
7732
7732
  // if (error || warning) log_error();
7733
+
7734
+ if (typeof EXP_BUSY !== 'undefined') {
7735
+ EXP_BUSY = false;
7736
+ }
7737
+
7733
7738
  return {
7734
7739
  result: ret,
7735
7740
  fields: fields,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1659",
3
+ "version": "1.3.1661",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {