mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Remove success and error icons from console log messages for consistency
This commit is contained in:
@@ -130,7 +130,7 @@ const module_exports = {
|
|||||||
throw new Error(`Unsupported format: ${format}`);
|
throw new Error(`Unsupported format: ${format}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`✓ Erfolgreich gespeichert: ${outputFile}`);
|
console.log(`Erfolgreich gespeichert: ${outputFile}`);
|
||||||
return outputFile;
|
return outputFile;
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -187,7 +187,7 @@ if (require.main === module) {
|
|||||||
showDialog: true
|
showDialog: true
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('✗ Konvertierung fehlgeschlagen:', err.message);
|
console.error('Konvertierung fehlgeschlagen:', err.message);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user