Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Adjusted write-error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cunninghamp committed May 18, 2016
1 parent 78cf597 commit 6106df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ExchangeAnalyzer/ExchangeAnalyzer.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ Function Get-ExARegistryValue()

$valueData = $null

Write-Error $_.Exception.Message
Write-Error "Unable to get registry value. $($_.Exception.Message)"
}

return $valueData
Expand Down

0 comments on commit 6106df4

Please sign in to comment.