1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-28 06:03:25 +00:00

Updated positioning

This commit is contained in:
Bryan Roe
2021-12-10 17:31:59 -08:00
parent 1512eb192d
commit 55301ab197
3 changed files with 14 additions and 9 deletions

View File

@@ -172,6 +172,8 @@ function childContainer()
if (options.sid != tsid) { throw ('Insufficient permission to run as this user'); }
}
}
console.info1('child-container passed in options: ' + JSON.stringify(options));
console.info1('child-container options: ' + JSON.stringify(child_options));
ret._proc = require('child_process').execFile(process.execPath, [process.execPath.split(process.platform == 'win32' ? '\\' : '/').pop(), '-b64exec', script], child_options);
ret._proc.descriptorMetadata = "child-container";
ret._proc.parent = ret;