Skip to content

Commit 9234aae

Browse files
StartAutomatingStartAutomating
authored andcommitted
release: Turtle 0.1.7
Updating Module Manifest and CHANGELOG
1 parent e812f16 commit 9234aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Turtle.types.ps1xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,10 +2726,10 @@ $this | Add-Member -MemberType NoteProperty -Force -Name '.PathAnimation' -Value
27262726
<ScriptProperty>
27272727
<Name>PathAttribute</Name>
27282728
<GetScriptBlock>
2729-
if ($this.'.PathAttribute') {
2730-
return $this.'.PathAttribute'
2729+
if (-not $this.'.PathAttribute') {
2730+
$this | Add-Member NoteProperty '.PathAttribute' ([Ordered]@{}) -Force
27312731
}
2732-
return [Ordered]@{}
2732+
return $this.'.PathAttribute'
27332733
</GetScriptBlock>
27342734
<SetScriptBlock>
27352735
param(

0 commit comments

Comments
 (0)