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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user