Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Sep 30, 2023
1 parent bbaa70f commit e5febce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Actions/AL-Go-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit e5febce

Please sign in to comment.