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.
1 parent e812f16 commit 9234aaeCopy full SHA for 9234aae
Turtle.types.ps1xml
@@ -2726,10 +2726,10 @@ $this | Add-Member -MemberType NoteProperty -Force -Name '.PathAnimation' -Value
2726
<ScriptProperty>
2727
<Name>PathAttribute</Name>
2728
<GetScriptBlock>
2729
- if ($this.'.PathAttribute') {
2730
- return $this.'.PathAttribute'
+ if (-not $this.'.PathAttribute') {
+ $this | Add-Member NoteProperty '.PathAttribute' ([Ordered]@{}) -Force
2731
}
2732
-return [Ordered]@{}
+return $this.'.PathAttribute'
2733
</GetScriptBlock>
2734
<SetScriptBlock>
2735
param(
0 commit comments