This commit is contained in:
nora 2023-04-01 15:58:00 +02:00
parent 9243224163
commit 02b8eaa7b2
5 changed files with 30 additions and 9 deletions

View file

@ -181,7 +181,7 @@ impl Minimizer {
invalidated_files: &mut HashSet<&'file SourceFile>,
changes: &mut Changes,
) -> Result<()> {
let mut checker = PassController::new();
let mut checker = PassController::new(self.options.clone());
loop {
let file_display = file.path.display();
let mut change = file.try_change(changes)?;