Skip to content

Commit 53f57dd

Browse files
author
James Brundage
committed
feat: PipeScript.Languages/Interpreters.All ( Fixes #838 )
1 parent 6335015 commit 53f57dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/PipeScript.Languages/get_All.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#>
77
,@(foreach ($psProperty in $this.PSObject.properties) {
88
if ($psProperty -isnot [psnoteproperty]) { continue }
9-
if ($prop.IsInstance -and $prop.Value.LanguageName) {
9+
if ($psProperty.IsInstance -and $psProperty.Value.LanguageName) {
1010
$psProperty.Value
1111
}
1212
})

0 commit comments

Comments
 (0)