Differences
This shows you the differences between the selected revisions of the page.
2017-01-07 | 2017-10-03 | ||
explicit anchor use (martin) | using variable expansion in strings in powershell (martin) | ||
Line 180: | Line 180: | ||
catch [Exception] | catch [Exception] | ||
{ | { | ||
- | Write-Output ("Error: {0}" -f $_.Exception.Message) | + | Write-Output "Error: $($_.Exception.Message)" |
$result = 1 | $result = 1 | ||
} | } |