Skip to content

Commit

Permalink
fix: verifier errors not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
jumanji144 committed Jul 16, 2024
1 parent 72cf6b6 commit 16ea484
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ private CompletableFuture<Result<List<ASTElement>>> parseAST() {
// The transform failed.
lastPartialAst = partialAst;
eachChild(AssemblerAstConsumer.class, c -> c.consumeAst(partialAst, AstPhase.CONCRETE_PARTIAL));
processErrors(errors, ProblemPhase.LINT);
});
}

Expand Down

0 comments on commit 16ea484

Please sign in to comment.