cleanup console logs a little bit
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
@@ -42,7 +42,7 @@ async function saveImage(buffer, filename) {
|
||||
const filepath = path.join(__dirname, filename);
|
||||
await mkdir(__dirname, { recursive: true });
|
||||
await writeFile(filepath, buffer);
|
||||
console.log(`✅ Saved image: ${filepath}`);
|
||||
console.log(`Saved image: ${filepath}`);
|
||||
return filepath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user