mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-03 00:53:41 +00:00
1. Updated selfTest for Linux
2. Fixed edge case crash in ILibChain_Continue()
This commit is contained in:
@@ -3987,6 +3987,7 @@ void MeshServer_Agent_SelfTest(MeshAgentHostContainer *agent)
|
||||
if (duk_peval_string(agent->meshCoreCtx, "require('agent-selftest')();") != 0)
|
||||
{
|
||||
printf(" -> Loading Test Script.................[FAILED]\n");
|
||||
exit(1);
|
||||
}
|
||||
duk_pop(agent->meshCoreCtx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user