This commit is contained in:
2021-04-19 15:20:40 +08:00
parent 83cf62cbba
commit 38425b4d7e
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ class Loader extends BaseObject
if (!str_contains($key, $path)) {
continue;
}
if (in_array($key, $outPath)) continue;
if (!empty($outPath) && in_array($key, $outPath)) continue;
$this->execute($_path);
}
} catch (Throwable $exception) {