Differences
This shows you the differences between the selected revisions of the page.
2017-11-07 | 2017-11-13 | ||
scripting anchor (martin) | removing unneeded exception type specification (martin) | ||
Line 171: | Line 171: | ||
exit 0 | exit 0 | ||
} | } | ||
- | catch [Exception] | + | catch |
{ | { | ||
Write-Host "Error: $($_.Exception.Message)" | Write-Host "Error: $($_.Exception.Message)" |