diff --git a/Scripts/Features/ExecuteChanges.ps1 b/Scripts/Features/ExecuteChanges.ps1 index d959521..f5cb152 100644 --- a/Scripts/Features/ExecuteChanges.ps1 +++ b/Scripts/Features/ExecuteChanges.ps1 @@ -42,6 +42,11 @@ function Invoke-UndoFeatureAction { Write-Host "" return } + default { + Write-Host "> No undo action defined for $FeatureId, skipping..." -ForegroundColor Yellow + Write-Host "" + return + } } }