mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 08:47:31 +00:00
Fix formatting
This commit is contained in:
@@ -195,7 +195,9 @@ async function checkInputFilesValid(files) {
|
|||||||
`Warning: Input file does not exist: ${resolvePath(file)}`,
|
`Warning: Input file does not exist: ${resolvePath(file)}`,
|
||||||
);
|
);
|
||||||
continue;
|
continue;
|
||||||
} else throw err;
|
} else {
|
||||||
|
throw err;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
validFiles.push(file);
|
validFiles.push(file);
|
||||||
|
|||||||
Reference in New Issue
Block a user