More debugging..
This commit is contained in:
parent
7291b80d15
commit
88e57e2529
1 changed files with 7 additions and 2 deletions
9
ly.sh
9
ly.sh
|
@ -204,11 +204,16 @@
|
||||||
check "Build ly with zig successfully!"
|
check "Build ly with zig successfully!"
|
||||||
else
|
else
|
||||||
upclear
|
upclear
|
||||||
throw-err "Could not build ly"
|
pen bold red "Could not build ly!"
|
||||||
|
throw bold red "${out:-}"
|
||||||
|
echo-error "${err:-}"
|
||||||
|
return 69
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
upclear
|
upclear
|
||||||
throw-err "Could not build ly"
|
pen bold red "Could not build ly!"
|
||||||
|
throw bold red "${out:-}"
|
||||||
|
echo-error "${err:-}"
|
||||||
return 69
|
return 69
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue