Fix PathDownloader's remove implementation
parent
46dde9453b
commit
9809350753
|
@ -196,7 +196,7 @@ class PathDownloader extends FileDownloader implements VcsCapableDownloaderInter
|
||||||
$this->io->writeError(" - " . UninstallOperation::format($package).", source is still present in $path");
|
$this->io->writeError(" - " . UninstallOperation::format($package).", source is still present in $path");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
parent::remove($package, $path, $output);
|
return parent::remove($package, $path, $output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue