mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
fix type in debug message
This commit is contained in:
parent
4a33ae5856
commit
acc3404b5b
1 changed files with 1 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
|
||||||
Promise.all(warmupDbPromises)
|
Promise.all(warmupDbPromises)
|
||||||
.then(() => Promise.all(warmupActionPromises))
|
.then(() => Promise.all(warmupActionPromises))
|
||||||
.then(() => {
|
.then(() => {
|
||||||
console.log(('' + (Date.now() - agentCreateTime)).padStart(8), 'AGENT CORE IS ATABLE');
|
console.log(('' + (Date.now() - agentCreateTime)).padStart(8), 'AGENT CORE IS STABLE');
|
||||||
parent.parent.pluginHandler.callHook('hook_agentCoreIsStable', obj, parent)
|
parent.parent.pluginHandler.callHook('hook_agentCoreIsStable', obj, parent)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue