This commit is contained in:
2021-04-15 11:43:13 +08:00
parent 0d85238a90
commit c49091b13e
-1
View File
@@ -326,7 +326,6 @@ class Loader extends BaseObject
foreach ($nodes as $node) {
$this->execute($node->getFiles());
if (!empty($outPath) && str_contains($node->getDirPath(), $outPath)) {
$this->addError($node->getDirPath() . '-->' . $outPath);
continue;
}
$childes = $node->getChildes();