Skip to content

Commit

Permalink
HtmlReporter: missing a "throw"
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jul 5, 2022
1 parent a6666a1 commit 20dfc9d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ private[scalatest] class HtmlReporter(
}
catch {
case _: ClassNotFoundException =>
new ClassNotFoundException(Resources.flexmarkClassNotFound)
throw new ClassNotFoundException(Resources.flexmarkClassNotFound)
}

private val parser = Parser.builder().build()
Expand Down

0 comments on commit 20dfc9d

Please sign in to comment.