Skip to content

Commit

Permalink
Update core/src/main/scala/chisel3/internal/Builder.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
jackkoenig and seldridge authored Jun 8, 2023
1 parent 6b1cf9a commit 05df8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/chisel3/internal/Builder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@ private[chisel3] object Builder extends LazyLogging {
m
} catch {
case NonFatal(e) =>
// Make sure to report any aggregated errors in case the Exception is due to a tainted return value
// Note that errors.checkpoint may throw an Exception which will suppress e
// Make sure to report any aggregated errors in case the Exception is due to a tainted return value.
// Note that errors.checkpoint may throw an Exception which will suppress e.
errors.checkpoint(logger)
throw e
}
Expand Down

0 comments on commit 05df8e7

Please sign in to comment.