Differences
This shows you the differences between the selected revisions of the page.
2016-08-28 | 2017-10-04 | ||
it's just powershell now (martin) | using variable expansion in strings in powershell (martin) | ||
Line 109: | Line 109: | ||
catch [Exception] | catch [Exception] | ||
{ | { | ||
- | Write-Host ("Error: {0}" -f $_.Exception.Message) | + | Write-Host "Error: $($_.Exception.Message)" |
exit 1 | exit 1 | ||
} | } | ||
</code> | </code> | ||