diff --git a/meshuser.js b/meshuser.js index 7739c789..5e82293d 100644 --- a/meshuser.js +++ b/meshuser.js @@ -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; }