Skip to content

Commit

Permalink
register example IOApps for JS
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-thomson239 committed Sep 19, 2023
1 parent 44543ab commit 6b59c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/js/src/main/scala/catseffect/examplesplatform.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ package examples {
register(Arguments)
register(NonFatalError)
register(FatalError)
register(RaiseFatalErrorAttempt)
register(RaiseFatalErrorHandle)
registerRaw(FatalErrorRaw)
register(Canceled)
registerLazy("catseffect.examples.GlobalRacingInit", GlobalRacingInit)
Expand Down

0 comments on commit 6b59c54

Please sign in to comment.