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 }