We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9abe85 commit f20497cCopy full SHA for f20497c
1 file changed
source/public/ConvertTo-NormalErrorView.ps1
@@ -27,10 +27,9 @@ filter ConvertTo-NormalErrorView {
27
}
28
29
$Wrap = @{
30
- Width = $width
+ Width = $host.UI.RawUI.BufferSize.Width - 2
31
IndentPadding = " "
32
33
- $width = $host.UI.RawUI.BufferSize.Width - 2
34
35
$errorCategoryMsg = $InputObject.ErrorCategory_Message
36
[string]$line = if ($null -ne $errorCategoryMsg) {
0 commit comments