diff --git a/blueprint/lib/throwError.sh b/blueprint/lib/throwError.sh index fa4435a..550b304 100644 --- a/blueprint/lib/throwError.sh +++ b/blueprint/lib/throwError.sh @@ -12,4 +12,11 @@ function throwError { if [[ $err == "" ]]; then err="$1"; fi log_red "[FATAL] $err" return 1 +} + +function throwByte { + # [ ^^] ello + if [[ $err == "" ]]; then err="$1"; fi + log_blue "[ " log_white "^^" log_blue "] $err" + return 1 } \ No newline at end of file