mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
updated selftest mode to pass parameters
This commit is contained in:
@@ -75,6 +75,11 @@ function coreInfo()
|
||||
console.log(' ' + J.osdesc);
|
||||
console.log(' ' + J.value);
|
||||
console.log('');
|
||||
if (process.argv.includes('--showCoreInfo="1"'))
|
||||
{
|
||||
console.log('\n' + JSON.stringify(J) + '\n');
|
||||
}
|
||||
|
||||
handler.promise._res();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user