diff --git a/ly.sh b/ly.sh index 9d49d27..d6ff3ac 100644 --- a/ly.sh +++ b/ly.sh @@ -204,11 +204,16 @@ check "Build ly with zig successfully!" else upclear - throw-err "Could not build ly" + pen bold red "Could not build ly!" + throw bold red "${out:-}" + echo-error "${err:-}" + return 69 fi else upclear - throw-err "Could not build ly" + pen bold red "Could not build ly!" + throw bold red "${out:-}" + echo-error "${err:-}" return 69 fi }