Skip to content

Commit

Permalink
Merge pull request #232 from LintaoAmons/master
Browse files Browse the repository at this point in the history
Update install.sh to show the error msg when build failed
  • Loading branch information
michaelb authored May 13, 2023
2 parents 2950121 + dc39319 commit 0567698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ force_build=$1
cargo_build() {
if command -v cargo >/dev/null; then
echo "Building sniprun from source..."
cargo build --release &>/dev/null
cargo build --release 2>&1
echo "Done (status: $?)"
return 0
else
Expand Down

0 comments on commit 0567698

Please sign in to comment.