Skip to content

Commit

Permalink
fix: umd config deserialization (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 authored Dec 17, 2024
1 parent 31b0d45 commit 71f79db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/mako/src/config/umd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ where
name,
..Default::default()
})),
serde_json::Value::Bool(false) => Ok(None),
_ => Err(serde::de::Error::custom(format!(
"invalid `{}` value: {}",
stringify!(deserialize_umd).replace("deserialize_", ""),
Expand Down

0 comments on commit 71f79db

Please sign in to comment.