dont dump for unknown frontend (#6302)

This commit is contained in:
Lars Hvam 2023-05-27 08:50:32 +02:00 committed by GitHub
parent 9d4f2b4675
commit 36e2d44917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -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"

View File

@ -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