This commit is contained in:
2021-04-19 15:25:12 +08:00
parent f604f3cb08
commit 27570c091f
+1 -1
View File
@@ -238,7 +238,7 @@ class Loader extends BaseObject
if (!str_contains($key, $path)) { if (!str_contains($key, $path)) {
continue; continue;
} }
if (!empty($outPath) && in_array($key, $outPath)) continue; // if (!empty($outPath) && in_array($key, $outPath)) continue;
$this->execute($_path); $this->execute($_path);
} }
} catch (Throwable $exception) { } catch (Throwable $exception) {