error msg

This commit is contained in:
Quaternions 2024-01-06 11:15:07 -08:00
parent 03ae57e2e1
commit bb32d30896

View File

@ -295,7 +295,7 @@ fn write_item(dom:&rbx_dom_weak::WeakDom,mut file:std::path::PathBuf,node:&TreeN
if let Some(rbx_dom_weak::types::Variant::String(source))=item.properties.get("Source"){
std::fs::write(file,source).is_ok()
}else{false}
}),"some ting wong");
}),"no string property or file failed to write");
},
Class::Model=>{
assert!(file.set_extension("rbxmx"));