mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-05-22 10:01:46 -04:00
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 {
|
} 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…
x
Reference in New Issue
Block a user