Differences
This shows you the differences between the selected revisions of the page.
2016-04-01 | 2016-04-29 | ||
WINSCP_PATH (martin) | error: prefix (martin) | ||
Line 181: | Line 181: | ||
catch [Exception] | catch [Exception] | ||
{ | { | ||
- | Write-Host $_.Exception.Message | + | Write-Host ("Error: {0}" -f $_.Exception.Message) |
$result = 1 | $result = 1 | ||
} | } |