1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-27 21:53:20 +00:00

Updated self-test

This commit is contained in:
Bryan Roe
2021-11-03 19:25:52 -07:00
parent 06fe1aebd5
commit 388d07e683

View File

@@ -1121,7 +1121,7 @@ function testConsoleHelp()
this.parent._res();
}).catch(function (e)
{
this.parent._rej(' => Testing console command: help.......[FAILED]');
ret._rej(' => Testing console command: help.......[FAILED]');
});
return (ret);
}