Differences
This shows you the differences between the selected revisions of the page.
2016-03-18 | 2016-04-29 | ||
5.8.2 Distributing Verify Checksum, Search Text and ZIP and Upload .NET assembly examples as official WinSCP extensions. (martin) | error: prefix (martin) | ||
Line 85: | Line 85: | ||
catch [Exception] | catch [Exception] | ||
{ | { | ||
- | Write-Host $_.Exception.Message | + | Write-Host ("Error: {0}" -f $_.Exception.Message) |
$result = 1 | $result = 1 | ||
} | } |