mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Log an error for unknown screens
This commit is contained in:
parent
d46e42f8e7
commit
1a72cb56c6
@ -459,6 +459,9 @@ module.exports = {
|
||||
});
|
||||
}
|
||||
}
|
||||
else {
|
||||
console.error("Unknown screen : %s", screen);
|
||||
}
|
||||
},
|
||||
|
||||
notifyNewScreen: function(screen) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user