mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
* Tons of work with menu/prompts refactoring -- more to come soon
* More work with menu/prompt accets
This commit is contained in:
parent
5faa11664b
commit
bac2f63c1a
21 changed files with 871 additions and 238 deletions
|
@ -216,7 +216,7 @@ Client.prototype.gotoMenuModule = function(options, cb) {
|
|||
if(err) {
|
||||
cb(err);
|
||||
} else {
|
||||
Log.debug({ name : options.name }, 'Goto menu module');
|
||||
Log.debug( { menuName : options.name }, 'Goto menu module');
|
||||
|
||||
modInst.enter(self);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue