Skip to content

Commit 63e4a31

Browse files
committed
Register new fatal error examples in platform files
1 parent da0cc9b commit 63e4a31

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/js/src/main/scala/catseffect/examplesplatform.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ package examples {
5555
registerLazy("catseffect.examples.GlobalShutdown", GlobalShutdown)
5656
register(ShutdownHookImmediateTimeout)
5757
register(LiveFiberSnapshot)
58+
register(FatalErrorFromCompletableFuture)
59+
register(FatalErrorFromAsync)
5860
register(FatalErrorUnsafeRun)
5961
register(Finalizers)
6062
register(LeakedFiber)

tests/native/src/main/scala/catseffect/examplesplatform.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ package examples {
5050
registerLazy("catseffect.examples.GlobalRacingInit", GlobalRacingInit)
5151
registerLazy("catseffect.examples.GlobalShutdown", GlobalShutdown)
5252
register(LiveFiberSnapshot)
53+
register(FatalErrorFromCompletableFuture)
54+
register(FatalErrorFromAsync)
5355
register(FatalErrorUnsafeRun)
5456
register(Finalizers)
5557
register(LeakedFiber)

0 commit comments

Comments
 (0)