Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/simplelog-0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss authored Sep 27, 2022
2 parents c6611a3 + ad57b7e commit 3d9a849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,7 @@ pub fn format_cddl_from_str(input: &str) -> result::Result<String, JsValue> {
Err(Error::INCREMENTAL) => {
if !p.errors.is_empty() {
return Err(
JsValue::from_serde(
serde_wasm_bindgen::to_value(
&p.errors
.iter()
.filter_map(|e| {
Expand Down

0 comments on commit 3d9a849

Please sign in to comment.