Skip to content

Commit

Permalink
add reference in output
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Apr 8, 2024
1 parent b475ea2 commit 174fd9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.102.4",
"@abaplint/runtime": "^2.7.48",
"@abaplint/database-sqlite": "^2.7.18",
"@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"
}
}
1 change: 1 addition & 0 deletions src/cl_bal_logobj.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ CLASS cl_bal_logobj IMPLEMENTATION.

METHOD add_exception.
* todo
WRITE '@KERNEL console.log("cl_bal_logobj add_exception()");'.
WRITE '@KERNEL console.dir(ix_exception);'.

RETURN.
Expand Down

0 comments on commit 174fd9e

Please sign in to comment.