mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
fix: delete buntar if any issue while creating it
This commit is contained in:
@@ -589,6 +589,7 @@ pub async fn handle_bun_job(
|
||||
"shared".to_string(),
|
||||
]),
|
||||
) {
|
||||
fs::remove_dir_all(&buntar_path)?;
|
||||
tracing::error!("Could not create buntar: {e}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user