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 e55c718 commit cc13485Copy full SHA for cc13485
powershell/extractor/Semmle.Extraction.PowerShell/Entities/IfStatementEntity.cs
@@ -21,7 +21,6 @@ public override void Populate(TextWriter trapFile)
21
var item1 = EntityConstructor.ConstructAppropriateEntity(PowerShellContext, Fragment.Clauses[index].Item1);
22
var item2 = EntityConstructor.ConstructAppropriateEntity(PowerShellContext, Fragment.Clauses[index].Item2);
23
trapFile.if_statement_clause(this, index, item1, item2);
24
- index++;
25
}
26
if (Fragment.ElseClause is not null)
27
{
0 commit comments