This commit is contained in:
2021-04-14 18:29:07 +08:00
parent 5e403c3bfc
commit 03f365b1f5
+1 -1
View File
@@ -325,8 +325,8 @@ class Loader extends BaseObject
{ {
foreach ($nodes as $node) { foreach ($nodes as $node) {
$this->execute($node->getFiles()); $this->execute($node->getFiles());
$this->addError($node->getDirPath() . '-->' . $outPath);
if (!empty($outPaht) && str_contains($node->getDirPath(), $outPath)) { if (!empty($outPaht) && str_contains($node->getDirPath(), $outPath)) {
$this->addError($node->getDirPath() . '-->' . $outPath);
continue; continue;
} }
$childes = $node->getChildes(); $childes = $node->getChildes();