We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9859e8 commit 4dba9f8Copy full SHA for 4dba9f8
1 file changed
system/ComposerScripts.php
@@ -88,6 +88,8 @@ private static function recursiveDelete(string $directory): void
88
{
89
if (! is_dir($directory)) {
90
echo sprintf('Cannot recursively delete "%s" as it does not exist.', $directory);
91
+
92
+ return;
93
}
94
95
/** @var SplFileInfo $file */
0 commit comments