chore: add logging to translations:check ok scenario

This commit is contained in:
Nybkox
2025-03-04 21:29:19 +01:00
parent 8d4f9fd953
commit ceebf6dbe1

View File

@@ -152,6 +152,7 @@ program
.action(async () => {
try {
await extractAllTranslations(defaultExtractConfig.directories, defaultExtractConfig.extensions);
console.log('No problems found while extracting translations.');
} catch (error) {
console.error(error);
console.error('Error during check:', error.message);