forked from StrafesNET/asset-tool
error msg
This commit is contained in:
parent
03ae57e2e1
commit
bb32d30896
@ -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"){
|
if let Some(rbx_dom_weak::types::Variant::String(source))=item.properties.get("Source"){
|
||||||
std::fs::write(file,source).is_ok()
|
std::fs::write(file,source).is_ok()
|
||||||
}else{false}
|
}else{false}
|
||||||
}),"some ting wong");
|
}),"no string property or file failed to write");
|
||||||
},
|
},
|
||||||
Class::Model=>{
|
Class::Model=>{
|
||||||
assert!(file.set_extension("rbxmx"));
|
assert!(file.set_extension("rbxmx"));
|
||||||
|
Loading…
Reference in New Issue
Block a user