Returning error code

This commit is contained in:
underscorediscovery
2013-07-12 21:58:21 -02:30
parent 88dbe472fc
commit 9eaab2ff2e
2 changed files with 1 additions and 1 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -21,6 +21,6 @@ class RunScript {
//enforce the folder to the current on
Sys.setCwd(cwd);
//and then execute
Sys.command("haxelib", full_args);
return Sys.command("haxelib", full_args);
}
}