From e5febce43b5077a5d1608169a0463a86738d1b70 Mon Sep 17 00:00:00 2001 From: freddydk Date: Sat, 30 Sep 2023 07:29:47 +0200 Subject: [PATCH] add output --- Actions/AL-Go-Helper.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Actions/AL-Go-Helper.ps1 b/Actions/AL-Go-Helper.ps1 index 1eba19a41..c63525153 100644 --- a/Actions/AL-Go-Helper.ps1 +++ b/Actions/AL-Go-Helper.ps1 @@ -530,6 +530,9 @@ function ReadSettings { throw "Error reading $path. Error was $($_.Exception.Message).`n$($_.ScriptStackTrace)" } } + else { + Write-Host "No settings found in $path" + } return $null }