Fix double escape of command on Haxe 3.4
This commit is contained in:
@@ -135,11 +135,13 @@ class ProcessHelper {
|
||||
|
||||
}
|
||||
|
||||
#if (haxe_ver < "3.4.0")
|
||||
if (args != null && PlatformHelper.hostPlatform == Platform.WINDOWS) {
|
||||
|
||||
command = PathHelper.escape (command);
|
||||
|
||||
}
|
||||
#end
|
||||
|
||||
if (safeExecute) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user