Merge pull request #4505 from roc-lang/fix-web-repl-palette

Fix web REPL error formatting by routing the active Palette everywhere
This commit is contained in:
Folkert de Vries 2022-11-15 15:49:37 +01:00 committed by GitHub
commit de472015f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 61 additions and 15 deletions

View file

@ -489,6 +489,7 @@ where
Default::default(),
target_info,
roc_reporting::report::RenderTarget::ColorTerminal,
roc_reporting::report::DEFAULT_PALETTE,
Threading::AllAvailable,
)
.unwrap();