Skip to content

Commit aac0c8f

Browse files
committed
> Fix infinity loop while parse schema
1 parent a6de902 commit aac0c8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/FlowBridger/Parsers/SchemaParser.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ public static SchemaModel ParseSchema ( string content ) {
146146
version = lineValue;
147147
lines.TakeNextLine ();
148148
}
149+
150+
lines.TakeNextLine ();
149151
}
150152

151153

0 commit comments

Comments
 (0)