Skip to content

Remove `fatalError()` when using array for `Context`

Compare
Choose a tag to compare
@VaporBot VaporBot released this 15 Apr 12:57
· 24 commits to main since this release
524aefc
This patch was authored and released by @0xTim.

Using arrays for top-level Contexts in Leaf is not support. This changes the behaviour of Leaf to throw an error instead of fatalErroring and taking down the app.

Resolves #190