diff --git a/src/main.rs b/src/main.rs index 02c7d96..64183f0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -721,13 +721,15 @@ async fn write_commit(config:WriteCommitConfig,b:Result(), Err(e)=>println!("remove_dir_all src failed {}",e), } + } + if config.write_template{ let mut template=config.output_folder.clone(); template.push("template.rbxlx"); match std::fs::remove_file(template){