We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Turtle.set_PatternAnimation
2 parents d87020d + 3a39a7b commit 49b46c9Copy full SHA for 49b46c9
Turtle.types.ps1xml
@@ -1485,7 +1485,7 @@ $PathAttribute = [Ordered]@{}
1485
)
1486
1487
if (-not $this.'.PathAttribute') {
1488
- $this | Add-Member -MemberType NoteProperty -Name '.PathAttribute' -Value $PathAttribute -Force
+ $this | Add-Member -MemberType NoteProperty -Name '.PathAttribute' -Value ([Ordered]@{}) -Force
1489
}
1490
foreach ($key in $PathAttribute.Keys) {
1491
$this.'.PathAttribute'[$key] = $PathAttribute[$key]
0 commit comments