๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: improve build failure message

Ducky e1816081 3d9e9f03

+3 -1
+3 -1
src/commands/build.sh
··· 145 145 test_total_count=$(( test_error_count + test_info_count + test_style_count + test_warning_count )) 146 146 147 147 if [[ $test_error_count -gt 0 ]]; then 148 - atfile.die "Unable to build ($test_error_count errors detected)" 148 + atfile.say "---" 149 + atfile.say "โ›” Build failed" "" 31 31 1 149 150 rm -f "$dist_path" 151 + exit 255 150 152 fi 151 153 152 154 echo -e "---\nโœ… Built: $_version