diff --git a/backend/windmill-worker/src/bun_executor.rs b/backend/windmill-worker/src/bun_executor.rs index ea0597575d..dc6f017231 100644 --- a/backend/windmill-worker/src/bun_executor.rs +++ b/backend/windmill-worker/src/bun_executor.rs @@ -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}"); } }