Skip to content

Commit da00c4d

Browse files
committed
Fix console test app
- Compile switch processing wasn't counting arguments correctly. Signed-off-by: José Simões <[email protected]>
1 parent 55a1c5e commit da00c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/MetadataProcessor.Console/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ public static void Main(string[] args)
207207
}
208208

209209
md.Compile(args[i + 1], isCoreLibrary);
210+
211+
i += 2;
210212
}
211213
else if (arg == "-excludeclassbyname" && i + 1 < args.Length)
212214
{

0 commit comments

Comments
 (0)