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

View file

@ -12,4 +12,11 @@ function throwError {
if [[ $err == "" ]]; then err="$1"; fi if [[ $err == "" ]]; then err="$1"; fi
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
} }