This commit is contained in:
purple 2023-12-01 12:50:08 +01:00
commit 1f6b2f2584

View file

@ -13,3 +13,10 @@ function throwError {
log_red "[FATAL] $err" log_red "[FATAL] $err"
return 1 return 1
} }
function throwByte {
# [ ^^] ello
if [[ $err == "" ]]; then err="$1"; fi
log_blue "[ " log_white "^^" log_blue "] $err"
return 1
}