We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b475ea2 commit 0ae065bCopy full SHA for 0ae065b
package.json
@@ -10,9 +10,9 @@
10
},
11
"license": "MIT",
12
"dependencies": {
13
- "@abaplint/cli": "^2.102.4",
14
- "@abaplint/runtime": "^2.7.48",
15
- "@abaplint/database-sqlite": "^2.7.18",
16
- "@abaplint/transpiler-cli": "^2.7.48"
+ "@abaplint/cli": "^2.106.5",
+ "@abaplint/runtime": "^2.8.23",
+ "@abaplint/database-sqlite": "^2.8.0",
+ "@abaplint/transpiler-cli": "^2.8.23"
17
}
18
src/cl_bal_logobj.clas.abap
@@ -64,6 +64,7 @@ CLASS cl_bal_logobj IMPLEMENTATION.
64
65
METHOD add_exception.
66
* todo
67
+ WRITE '@KERNEL console.log("cl_bal_logobj add_exception()");'.
68
WRITE '@KERNEL console.dir(ix_exception);'.
69
70
RETURN.
0 commit comments