Differences
This shows you the differences between the selected revisions of the page.
| 2017-11-13 | 2018-01-18 | ||
| removing unneeded exception type specification (martin) | code wrapping (martin) | ||
| Line 65: | Line 65: | ||
| else | else | ||
| { | { | ||
| - | Write-Host "Download of $($download.FileName) failed: $($download.Error.Message)" | + | Write-Host ( |
| + | ····················"Download of $($download.FileName) failed: $($download.Error.Message)") | ||
| } | } | ||
| } | } | ||