1
0
Fork 0

Fix PathDownloader's remove implementation

pull/9730/head
Jordi Boggiano 2021-02-25 11:37:12 +01:00
parent 46dde9453b
commit 9809350753
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class PathDownloader extends FileDownloader implements VcsCapableDownloaderInter
$this->io->writeError(" - " . UninstallOperation::format($package).", source is still present in $path");
}
} else {
parent::remove($package, $path, $output);
return parent::remove($package, $path, $output);
}
}