This commit is contained in:
sebseb7
2026-03-06 06:37:33 +01:00
parent 02045cf2ce
commit 738db9b085

View File

@@ -19,7 +19,6 @@ const run = async () => {
const inputPath = path.join(imagesDir, image.src);
const outputPath = path.join(imagesDir, image.dest);
console.log('d');
if (!fs.existsSync(inputPath)) {
console.warn(`⚠️ Input file not found: ${inputPath}`);
continue;
@@ -57,5 +56,4 @@ const run = async () => {
}
};
console.log('dsfs');
run();