From 3a7e0996b5bd956856bb0147c49038f0641ffa37 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 21 Oct 2022 23:48:54 -0400 Subject: [PATCH] Print error to console as well --- lug-helper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lug-helper.sh b/lug-helper.sh index 39b88a3..ed78243 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1544,6 +1544,7 @@ runner_manage() { for (( i=1; i<"${#download_dirs[@]}"; i=i+2 )); do if [ ! -d "${download_dirs[i]}" ]; then message warning "The following Lutris directory was not found. Unable to continue.\n\n${download_dirs[i]}" + debug_print continue "The following Lutris directory was not found. Unable to continue.\n\n${download_dirs[i]}" missing_dir="true" fi done @@ -1599,6 +1600,7 @@ dxvk_manage() { for (( i=1; i<"${#download_dirs[@]}"; i=i+2 )); do if [ ! -d "${download_dirs[i]}" ]; then message warning "The following Lutris directory was not found. Unable to continue.\n\n${download_dirs[i]}" + debug_print continue "The following Lutris directory was not found. Unable to continue.\n\n${download_dirs[i]}" missing_dir="true" fi done