@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.
@@ -34567,7 +34567,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
34567
34567
  }
34568
34568
 
34569
34569
  if (_ds.parentDataSourceNo) {
34570
- return get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
34570
+ str += get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
34571
34571
  }
34572
34572
 
34573
34573
  return str;