fix error message
This commit is contained in:
parent
ebd5bb526e
commit
d6add611fb
@ -1010,7 +1010,7 @@ async fn decompile_history_into_git(config:DecompileHistoryConfig)->AResult<()>{
|
|||||||
write_scripts:config.write_scripts,
|
write_scripts:config.write_scripts,
|
||||||
},join_handle_result,&repo).await{
|
},join_handle_result,&repo).await{
|
||||||
Ok(())=>(),
|
Ok(())=>(),
|
||||||
Err(e)=>println!("download/unzip/decompile/write/commit error: {}",e),
|
Err(e)=>println!("decompile/write/commit error: {}",e),
|
||||||
}
|
}
|
||||||
}).await;
|
}).await;
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
Reference in New Issue
Block a user