Compare commits

..

No commits in common. "9c3fb90eb87d8cde426698468dca997f98bc77ab" and "13ae767e7f394d8b90deca3c1543780744619ddc" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -36,10 +36,7 @@ error_handler() {
local line_number="$1" local line_number="$1"
local command="$2" local command="$2"
local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}" local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}"
echo -e "\n$error_message" echo -e "\n$error_message\n"
if [[ "$line_number" -eq 22 ]]; then
echo -e "The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.\n"
fi
} }
msg_info() { msg_info() {