* pipeWrite() can now parse Renegade via spec='renegade'

* WIP on user config
This commit is contained in:
Bryan Ashby 2015-10-13 00:35:37 -06:00
parent ea8061ae85
commit 171ee75043
5 changed files with 72 additions and 4 deletions

View file

@ -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');
}