Skip to content

process creation arglist was not getting included to call to process.setup(), like it used to be.

Zack Konate requested to merge processArgFix into develop

CreateProcess was not passing the new arglist during instantiation. Rather it was setting the args as properties of the process.

Now CreateProcess includes the process creation arglist when calling process.setup(), as before.

Also, added amp argument to PinkSin source, which was sorely needed.

Merge request reports