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…
Add table
Add a link
Reference in a new issue