mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
prevMenu() if MenuModule load error
This commit is contained in:
parent
9b2af0f90c
commit
a06f721185
2 changed files with 3 additions and 1 deletions
|
@ -132,6 +132,7 @@ function MenuModule(options) {
|
|||
if(err) {
|
||||
console.log(err)
|
||||
// :TODO: what to do exactly?????
|
||||
return self.prevMenu();
|
||||
}
|
||||
|
||||
self.finishedLoading();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue