diff --git a/src/Console/Commands/DevPullCommand.php b/src/Console/Commands/DevPullCommand.php index 370585d8..a33ff402 100644 --- a/src/Console/Commands/DevPullCommand.php +++ b/src/Console/Commands/DevPullCommand.php @@ -108,6 +108,7 @@ public function handle(): int } catch (\Throwable $e) { $this->error("Extraction failed: {$e->getMessage()}"); @unlink($tmpZip); + $this->deleteDirectory($tmpDir); return 1; }