@esfaenza/extensions 11.2.58 → 11.2.59

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.
@@ -1294,7 +1294,7 @@
1294
1294
  //Salto 1 > diventa obj
1295
1295
  //Salto 2 > diventa obj.subobj
1296
1296
  //ecc...
1297
- jmps.forEach(function (pp) { clone = clone[pp]; });
1297
+ jmps.forEach(function (pp) { clone = clone === null || clone === void 0 ? void 0 : clone[pp]; });
1298
1298
  //Valore finale :D
1299
1299
  var value = clone;
1300
1300
  var lbl = obj[prop + csvHdrPrefix];