@xuda.io/runtime-bundle 1.0.1001 → 1.0.1002

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.
@@ -14883,7 +14883,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
14883
14883
  }
14884
14884
 
14885
14885
  if (_ds.parentDataSourceNo) {
14886
- return get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
14886
+ str += get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
14887
14887
  }
14888
14888
 
14889
14889
  return str;
@@ -12608,7 +12608,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
12608
12608
  }
12609
12609
 
12610
12610
  if (_ds.parentDataSourceNo) {
12611
- return get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
12611
+ str += get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
12612
12612
  }
12613
12613
 
12614
12614
  return str;