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.get_Steps
1 parent b912154 commit 7cfebb9Copy full SHA for 7cfebb9
Types/Turtle/get_Steps.ps1
@@ -1,4 +1,4 @@
1
if ($this.'.Steps') {
2
return $this.'.Steps'
3
}
4
-return @()
+return ,@()
0 commit comments