This commit is contained in:
2022-07-11 04:43:32 +00:00
committed by GitHub
parent 5aa342e872
commit 194989b3a3

View File

@@ -597,7 +597,7 @@ fn get_check_json_keys_streams(
for (key, sobj) in obj.entries() {
match key {
#(#streams2)*
_ => { Err(format!("{} {}", gettext("Key <key> is handled:").replace("<key>", key).as_str(), obj))?; }
_ => { Err(format!("{} {}", gettext("Key <key> is not handled:").replace("<key>", key).as_str(), obj))?; }
}
}
}))