Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description ## Problem\* Resolves <!-- Link to GitHub Issue --> ## Summary\* Looking at the [CI logs](https://github.com/noir-lang/noir/actions/runs/7698147053/job/20976987617?pr=4194#step:6:16), the ACVM JS failures seem to be happening inside the `init_log_lebel` function. I'm not sure how this panic would be triggered intermittently but this PR removes it in favour of returning a JS error as we shouldn't assume that user inputted log levels are valid. ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
- Loading branch information