From 88e57e2529c86d08cb4d645b7b4dc98ea3d24998 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 25 May 2025 12:13:20 +0200 Subject: [PATCH] More debugging.. --- ly.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 }