Skip to content

Commit

Permalink
Troubleshoot flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoewangg committed Jan 20, 2025
1 parent 67bf542 commit 0cce9e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public void execute() {
emitCode(intermediateModel);

} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException(
"Failed to generate code. Exception message : " + e.getMessage(), e);

Expand Down

0 comments on commit 0cce9e3

Please sign in to comment.