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