mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
remove outdated comment
This commit is contained in:
@@ -187,7 +187,6 @@ async function getInputFiles(paths) {
|
|||||||
const validFiles = [];
|
const validFiles = [];
|
||||||
|
|
||||||
for (const path of paths) {
|
for (const path of paths) {
|
||||||
//allow paths ending in / of \ to get all files in that directory
|
|
||||||
const files = (await fsp.lstat(path)).isDirectory()
|
const files = (await fsp.lstat(path)).isDirectory()
|
||||||
? (await fsp.readdir(path)).map(file => join(path, file))
|
? (await fsp.readdir(path)).map(file => join(path, file))
|
||||||
: [path];
|
: [path];
|
||||||
|
|||||||
Reference in New Issue
Block a user