mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Log an error for unknown screens
This commit is contained in:
parent
d46e42f8e7
commit
1a72cb56c6
1 changed files with 3 additions and 0 deletions
|
@ -459,6 +459,9 @@ module.exports = {
|
|||
});
|
||||
}
|
||||
}
|
||||
else {
|
||||
console.error("Unknown screen : %s", screen);
|
||||
}
|
||||
},
|
||||
|
||||
notifyNewScreen: function(screen) {
|
||||
|
|
Loading…
Reference in a new issue