Skip to content

Commit 62af716

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Turtle.VerticalLine ( Fixes #281 )
Returning `$this`
1 parent dcb4575 commit 62af716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Turtle.types.ps1xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ $instruction =
16551655
}
16561656
$this.Position = $Distance,0
16571657
$this.Steps.Add($instruction)
1658-
1658+
return $this
16591659
</Script>
16601660
</ScriptMethod>
16611661
<ScriptMethod>
@@ -4489,7 +4489,7 @@ $instruction =
44894489
}
44904490
$this.Position = 0, $Distance
44914491
$this.Steps.Add($instruction)
4492-
4492+
return $this
44934493
</Script>
44944494
</ScriptMethod>
44954495
<ScriptMethod>

0 commit comments

Comments
 (0)