Compare commits
No commits in common. "master" and "v6.4.0" have entirely different histories.
|
@ -395,11 +395,6 @@ class ConfigManager
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//NOTE: newly added files are marked as affected always without checking for staleness
|
|
||||||
// with the last run file
|
|
||||||
foreach($added_files as $file)
|
|
||||||
$affected_files->addFile($file, unique: true);
|
|
||||||
|
|
||||||
//if there were removed files we need to rebuild affected files
|
//if there were removed files we need to rebuild affected files
|
||||||
foreach($removed_files as $file)
|
foreach($removed_files as $file)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue