Closed tobil4sk closed 3 years ago
Fixes #229
Running Sys.putEnv("VARIABLE", null); now unsets VARIABLE like on other sys targets.
Sys.putEnv("VARIABLE", null);
VARIABLE
See: HaxeFoundation/haxe#10395
Also increment version number to 2.4.0
I can't manually re-run the tests here for some reason, could you bump the branch?
Tests have now run successfully.
Fixes #229
Running
Sys.putEnv("VARIABLE", null);
now unsetsVARIABLE
like on other sys targets.See: HaxeFoundation/haxe#10395
Also increment version number to 2.4.0