Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Aug 16, 2021
1 parent 6ea3af8 commit cf03732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sly/lexer/LexerBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ public static BuildResult<ILexer<IN>> BuildLexer<IN>(BuildResult<ILexer<IN>> res
if (!result.IsError)
{
result = Build(attributes, result, extensionBuilder,lang);
result.Result.LexerPostProcess = lexerPostProcess;
}
result.Result.LexerPostProcess = lexerPostProcess;

return result;
}

Expand Down

0 comments on commit cf03732

Please sign in to comment.