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 62b105b commit 575eff2Copy full SHA for 575eff2
Types/PipeScript.Languages/get_All.ps1
@@ -5,8 +5,7 @@
5
Gets all currently loaded language definitions in PipeScript.
6
#>
7
,@(foreach ($psProperty in $this.PSObject.properties) {
8
- if ($psProperty -isnot [psnoteproperty]) { continue }
9
- if ($psProperty.Value -isnot [PSObject]) { continue }
+ if ($psProperty -isnot [psnoteproperty]) { continue }
10
if ($prop.IsInstance -and $prop.Value.LanguageName) {
11
$psProperty.Value
12
}
0 commit comments