Add guard in PathHelper
This commit is contained in:
@@ -192,6 +192,7 @@ class PathHelper {
|
||||
ProcessHelper.dryRun = false;
|
||||
|
||||
output = ProcessHelper.runProcess (Sys.getEnv ("HAXEPATH"), "haxelib", [ "path", name ], true, true, true);
|
||||
if (output == null) output = "";
|
||||
|
||||
ProcessHelper.dryRun = cacheDryRun;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user