mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
dont dump for unknown frontend (#6302)
This commit is contained in:
parent
9d4f2b4675
commit
36e2d44917
|
@ -26,10 +26,10 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.101.3",
|
||||
"@abaplint/cli": "^2.101.6",
|
||||
"@abaplint/database-sqlite": "^2.7.6",
|
||||
"@abaplint/runtime": "^2.7.9",
|
||||
"@abaplint/transpiler-cli": "^2.7.9",
|
||||
"@abaplint/runtime": "^2.7.12",
|
||||
"@abaplint/transpiler-cli": "^2.7.12",
|
||||
"abapmerge": "^0.15.0",
|
||||
"c8": "^7.13.0",
|
||||
"eslint": "^8.41.0"
|
||||
|
|
|
@ -177,7 +177,8 @@ CLASS ZCL_ABAPGIT_GUI_PAGE IMPLEMENTATION.
|
|||
WHEN lo_frontend_serv->is_sapgui_for_java( ).
|
||||
rv_version = rv_version && ` - Java`.
|
||||
WHEN OTHERS.
|
||||
ASSERT 1 = 2.
|
||||
* eg. open-abap?
|
||||
rv_version = rv_version && ` - Unknown`.
|
||||
ENDCASE.
|
||||
|
||||
" Will be filled by JS method displayBrowserControlFooter
|
||||
|
|
Loading…
Reference in New Issue
Block a user