Skip to content

Commit

Permalink
Make stack traces optional
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Sep 20, 2024
1 parent d87b7e9 commit d8b1ae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/iridescence.RgbHex.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import contextual.*
import fulminate.*
import rudiments.*

import exceptionDiagnostics.empty

object RgbHex extends Interpolator[Nothing, Option[Rgb24], Rgb24]:
def initial: Option[Rgb24] = None

Expand Down

0 comments on commit d8b1ae8

Please sign in to comment.