You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Composer/Cache.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ public function isEnabled()
104
104
|| !is_writable($this->root)
105
105
)
106
106
) {
107
-
$this->io->writeError('<warning>Cannot create cache directory ' . $this->root . ', or directory is not writable. Proceeding without cache</warning>');
107
+
$this->io->writeError('<warning>Cannot create cache directory ' . $this->root . ', or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only.</warning>');
108
108
$this->enabled = false;
109
109
}
110
110
}
@@ -265,7 +265,7 @@ public function gcIsNecessary()
0 commit comments