Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly check for errors in
Haxelib.runProcess()
.
In safe mode, this function includes its own `try ... catch` block, so we don't need one here. Instead, we need to check if the output is null.
- Loading branch information
f0aae1f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like it did actually work, since I got no more vague errors