Skip to content
Snippets Groups Projects
Commit 1a72cb56 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Log an error for unknown screens

parent d46e42f8
Branches
Tags
No related merge requests found
......@@ -459,6 +459,9 @@ module.exports = {
});
}
}
else {
console.error("Unknown screen : %s", screen);
}
},
notifyNewScreen: function(screen) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment