This commit is contained in:
2021-04-14 18:17:14 +08:00
parent 76c2a10a90
commit 94929b7e7b
+1
View File
@@ -275,6 +275,7 @@ class Loader extends BaseObject
foreach ($directory as $key => $value) {
$_tmp .= DIRECTORY_SEPARATOR . $value;
$this->addError($_tmp);
if (!empty($outPath) && str_contains($_tmp, $outPath)) {
break;
}