@magic-xpa/engine 4.900.0-dev490.157 → 4.900.0-dev490.159

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.
@@ -21951,7 +21951,7 @@ class RecomputeTable {
21951
21951
  this.fillData_1(task.DataView, task, parser);
21952
21952
  }
21953
21953
  else
21954
- throw new ApplicationException("in RecomputeTable.fillData() invalid task id: ");
21954
+ parser.setCurrIndex(parser.getXMLdata().indexOf(XMLConstants.TAG_CLOSE, parser.getCurrIndex()) + 1);
21955
21955
  }
21956
21956
  fillData_1(dataView, task, parser) {
21957
21957
  if (parser.getNextTag() == XMLConstants.MG_TAG_RECOMPUTE) {
@@ -29538,7 +29538,7 @@ class CommandsTable {
29538
29538
  }
29539
29539
  }
29540
29540
 
29541
- let CurrentClientVersion = '4.900.0-dev490.157';
29541
+ let CurrentClientVersion = '4.900.0-dev490.159';
29542
29542
 
29543
29543
  class ClientManager {
29544
29544
  constructor() {