We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a60ec67 + 0986af2 commit 699f737Copy full SHA for 699f737
core/src/Legacy/Cache.php
@@ -189,7 +189,7 @@ public function publishTimeConfig($cacheRefreshTime = '')
189
190
// Write $somecontent to our opened file.
191
if (fwrite($handle, $content) === false) {
192
- exit("Cannot write publishing info file! Make sure the assets/cache directory is writable!");
+ exit("Cannot write publishing info file! Make sure the {$filename} and its directory is writable!");
193
}
194
195
0 commit comments