@xuda.io/runtime-bundle 1.0.273 → 1.0.274
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/js/xuda-runtime-slim.js
CHANGED
|
@@ -14466,7 +14466,7 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
14466
14466
|
console.error(err.message);
|
|
14467
14467
|
return {};
|
|
14468
14468
|
}
|
|
14469
|
-
return {};
|
|
14469
|
+
// return {};
|
|
14470
14470
|
}
|
|
14471
14471
|
|
|
14472
14472
|
|
|
@@ -11876,7 +11876,7 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
11876
11876
|
console.error(err.message);
|
|
11877
11877
|
return {};
|
|
11878
11878
|
}
|
|
11879
|
-
return {};
|
|
11879
|
+
// return {};
|
|
11880
11880
|
}
|
|
11881
11881
|
|
|
11882
11882
|
|