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 6335015 commit 53f57ddCopy full SHA for 53f57dd
Types/PipeScript.Languages/get_All.ps1
@@ -6,7 +6,7 @@
6
#>
7
,@(foreach ($psProperty in $this.PSObject.properties) {
8
if ($psProperty -isnot [psnoteproperty]) { continue }
9
- if ($prop.IsInstance -and $prop.Value.LanguageName) {
+ if ($psProperty.IsInstance -and $psProperty.Value.LanguageName) {
10
$psProperty.Value
11
}
12
})
0 commit comments