pim-simulator unwrap on failed json parsing

This commit is contained in:
ilgeco
2026-03-04 19:59:16 +01:00
parent 29febb2bfd
commit fef26cee9a

View File

@@ -71,7 +71,8 @@ pub fn json_to_instruction(
inst_builder, inst_builder,
inst_data_builder, inst_data_builder,
json, json,
); )
.unwrap();
} }
macro_rules! json_str { macro_rules! json_str {