mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-20 09:56:03 -05:00
plugin error should be ex not e
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user