Skip to content

Commit 9bfafde

Browse files
authored
fix: console error (#251)
Fixes: #250
1 parent db12f63 commit 9bfafde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/vendor/ToolsAPI.js

+5
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ sap.ui.define(["jquery.sap.global", "sap/ui/core/ElementMetadata"],
6363

6464
function _getDebugModeInfo() {
6565
// check URI param
66+
67+
if (!BaseConfig) {
68+
return false;
69+
}
70+
6671
var vDebugInfo = BaseConfig.get({
6772
name: 'sapUiDebug',
6873
type: BaseConfig.Type.String,

0 commit comments

Comments
 (0)