More debugging..

This commit is contained in:
pika 2025-05-25 12:13:20 +02:00
parent 7291b80d15
commit 88e57e2529

9
ly.sh
View file

@ -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
}