typo
This commit is contained in:
@@ -19,7 +19,6 @@ const run = async () => {
|
|||||||
const inputPath = path.join(imagesDir, image.src);
|
const inputPath = path.join(imagesDir, image.src);
|
||||||
const outputPath = path.join(imagesDir, image.dest);
|
const outputPath = path.join(imagesDir, image.dest);
|
||||||
|
|
||||||
console.log('d');
|
|
||||||
if (!fs.existsSync(inputPath)) {
|
if (!fs.existsSync(inputPath)) {
|
||||||
console.warn(`⚠️ Input file not found: ${inputPath}`);
|
console.warn(`⚠️ Input file not found: ${inputPath}`);
|
||||||
continue;
|
continue;
|
||||||
@@ -57,5 +56,4 @@ const run = async () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('dsfs');
|
|
||||||
run();
|
run();
|
||||||
|
|||||||
Reference in New Issue
Block a user