* Fix some extraArgs stuff
* Minor updates to FSE related modules -- WIP!
This commit is contained in:
@@ -441,9 +441,9 @@ Client.prototype.gotoMenuModule = function(options, cb) {
|
||||
self.detachCurrentMenuModule();
|
||||
|
||||
var loadOptions = {
|
||||
name : options.name,
|
||||
client : self,
|
||||
args : options.args
|
||||
name : options.name,
|
||||
client : self,
|
||||
extraArgs : options.extraArgs,
|
||||
};
|
||||
|
||||
menuUtil.loadMenu(loadOptions, function onMenuModuleLoaded(err, modInst) {
|
||||
|
||||
Reference in New Issue
Block a user