Skip to content

Commit

Permalink
Fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jul 27, 2021
1 parent f46bd4b commit 82fefb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object AkkaCodecsSpec extends DefaultRunnableSpec {
untypedActorSystem.map(_.toTyped)

private def logFatalError(reason: Throwable): ZIO[Console, Nothing, Unit] =
console.putStrLn(s"Fatal actor termination error: ${reason.getMessage}")
console.putStrLn(s"Fatal actor termination error: ${reason.getMessage}").orDie

class TestUntypedActor extends UntypedActor {
override def receive: Receive = ???
Expand Down

0 comments on commit 82fefb4

Please sign in to comment.