@abaplint/runtime 2.5.41 → 2.5.42

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.
@@ -98,7 +98,7 @@ class Statements {
98
98
  };
99
99
  return exec;
100
100
  }
101
- async _traceAsync(func, name) {
101
+ _traceAsync(func, name) {
102
102
  const exec = async (...options) => {
103
103
  const start = Date.now();
104
104
  const result = await func.bind(this)(...options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/runtime",
3
- "version": "2.5.41",
3
+ "version": "2.5.42",
4
4
  "description": "Transpiler - Runtime",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",