Differences

This shows you the differences between the selected revisions of the page.

2016-03-31 2016-04-29
unneeded semicolon in powershell (martin) error: prefix (martin)
Line 180: Line 180:
catch [Exception] catch [Exception]
{ {
-    Write-Output $_.Exception.Message+    Write-Output ("Error: {0}" -f $_.Exception.Message)
    $result = 1     $result = 1
} }

Last modified: by martin