зеркало из
1
0
Форкнуть 0

Fixed stack overflow when printing

This commit is contained in:
Jeffrey A. Robinson 2018-08-12 15:40:20 -07:00
Родитель c6081cac31
Коммит d5b1b0c591
1 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -23,7 +23,11 @@
<ScriptMethod>
<Name>ToString</Name>
<Script>
$this | fl | Out-String
Write-Output "`n"
Write-Output "Hero : $($this.Hero)`n"
Write-Output "Large : $($this.Large)`n"
Write-Output "Medium : $($this.Medium)`n"
Write-Output "Small : $($this.Small)`n"
</Script>
</ScriptMethod>
</Members>
@ -34,10 +38,10 @@
<ScriptMethod>
<Name>ToString</Name>
<Script>
$this | fl | Out-String
$this.Version
</Script>
</ScriptMethod>
</Members>
</Type>
</Types>