Merge branch 'main' of https://github.com/teamblueprint/main.git
This commit is contained in:
commit
1f6b2f2584
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in a new issue