mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
plugin error should be ex not e
This commit is contained in:
parent
712277eb9e
commit
0a01c5d4e4
1 changed files with 1 additions and 1 deletions
|
@ -4572,7 +4572,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
parent.parent.pluginHandler.plugins[command.plugin].serveraction(command, obj, parent);
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue