1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-02 00:23:17 +00:00

Added workaround/fix for __stdcall issue on 32 bit windows

This commit is contained in:
Bryan Roe
2022-03-28 13:20:12 -07:00
parent 9e4be92cd8
commit 11a9b5f030
5 changed files with 260 additions and 74 deletions

View File

@@ -112,7 +112,9 @@ function dispatch(options)
return (ret);
}
catch(xx)
{}
{
console.info1(xx);
}
var taskoptions = { env: { _target: process.execPath, _args: '-b64exec ' + str, _user: '"' + options.user + '"' } };
for (var c1e in process.env)