Wrap final attempt to touch a cache file in Silencer.
parent
d6d0435c54
commit
254453f5b5
|
@ -143,7 +143,7 @@ class Cache
|
||||||
} catch (\ErrorException $e) {
|
} catch (\ErrorException $e) {
|
||||||
// fallback in case the above failed due to incorrect ownership
|
// fallback in case the above failed due to incorrect ownership
|
||||||
// see https://github.com/composer/composer/issues/4070
|
// see https://github.com/composer/composer/issues/4070
|
||||||
touch($this->root . $file);
|
Silencer::call('touch', $this->root . $file);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->io->writeError('Reading '.$this->root . $file.' from cache', true, IOInterface::DEBUG);
|
$this->io->writeError('Reading '.$this->root . $file.' from cache', true, IOInterface::DEBUG);
|
||||||
|
|
Loading…
Reference in New Issue