@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.
- package/index.js +5 -0
- 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,
|