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

Configure Feed

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

build: improve build failure message

+1 -1
+1 -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 "โŒ Build failed ($test_error_count errors detected)" 148 + atfile.die "Unable to build ($test_error_count errors detected)" 149 149 rm -f "$dist_path" 150 150 fi 151 151