@abaplint/runtime 2.11.18 → 2.11.20

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.
@@ -400,7 +400,7 @@ class Table {
400
400
  }
401
401
  if (!(tab instanceof Table)
402
402
  && !(tab instanceof HashedTable)) {
403
- throw new Error("Table, set error, " + tab.constructor.name);
403
+ throw new Error("Table, set error, " + tab?.constructor.name);
404
404
  }
405
405
  if (tab === this) {
406
406
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/runtime",
3
- "version": "2.11.18",
3
+ "version": "2.11.20",
4
4
  "description": "Transpiler - Runtime",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",