plugin error should be ex not e
This commit is contained in:
parent
712277eb9e
commit
0a01c5d4e4
|
@ -4572,7 +4572,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
} else {
|
||||
try {
|
||||
parent.parent.pluginHandler.plugins[command.plugin].serveraction(command, obj, parent);
|
||||
} catch (ex) { console.log('Error loading plugin handler (' + e + ')'); }
|
||||
} catch (ex) { console.log('Error loading plugin handler (' + ex + ')'); }
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue