Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print out error when unable to download module
Use shell syntax instead of pipe so error messages are printed out. Before this change, if it could not download a module, it would just exit without printing an error message due to the pipe. With this change it now prints out the error message(unable to download) from the underlying process.
- Loading branch information