Guard against double path escaping in tools
This commit is contained in:
@@ -274,7 +274,9 @@ class ProcessHelper {
|
||||
|
||||
}
|
||||
|
||||
#if (haxe_ver < "3.3.0")
|
||||
command = PathHelper.escape (command);
|
||||
#end
|
||||
|
||||
if (safeExecute) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user