mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 22:46:17 +02:00
* pipeWrite() can now parse Renegade via spec='renegade'
* WIP on user config
This commit is contained in:
parent
ea8061ae85
commit
171ee75043
5 changed files with 72 additions and 4 deletions
|
@ -559,7 +559,7 @@ ViewController.prototype.loadFromMenuConfig = function(options, cb) {
|
|||
if(err) {
|
||||
// non-fatal
|
||||
self.client.log.trace(
|
||||
{ error : err, mci : Object.keys(options.mciMap), formId : formIdKey },
|
||||
{ error : err.toString(), mci : Object.keys(options.mciMap), formId : formIdKey },
|
||||
'Unable to find matching form configuration');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue