Fix formatting
This commit is contained in:
@ -195,7 +195,9 @@ async function checkInputFilesValid(files) {
|
||||
`Warning: Input file does not exist: ${resolvePath(file)}`,
|
||||
);
|
||||
continue;
|
||||
} else throw err;
|
||||
} else {
|
||||
throw err;
|
||||
}
|
||||
}
|
||||
|
||||
validFiles.push(file);
|
||||
|
Reference in New Issue
Block a user