Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Aug 31, 2023
1 parent 2dbbafa commit 94b1fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ui_error()
{
echo 1>&2 "ERROR: $1"
pause_if_needed
restore_saved_title_if_exist
test -n "$2" && exit "$2"
exit 1
}
Expand Down

0 comments on commit 94b1fea

Please sign in to comment.