prevMenu() if MenuModule load error

This commit is contained in:
Bryan Ashby 2016-06-16 22:35:27 -06:00
parent 9b2af0f90c
commit a06f721185
2 changed files with 3 additions and 1 deletions

View file

@ -132,6 +132,7 @@ function MenuModule(options) {
if(err) {
console.log(err)
// :TODO: what to do exactly?????
return self.prevMenu();
}
self.finishedLoading();