mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 13:23:58 +00:00
chore: add logging to translations:check ok scenario
This commit is contained in:
@@ -152,6 +152,7 @@ program
|
|||||||
.action(async () => {
|
.action(async () => {
|
||||||
try {
|
try {
|
||||||
await extractAllTranslations(defaultExtractConfig.directories, defaultExtractConfig.extensions);
|
await extractAllTranslations(defaultExtractConfig.directories, defaultExtractConfig.extensions);
|
||||||
|
console.log('No problems found while extracting translations.');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
console.error('Error during check:', error.message);
|
console.error('Error during check:', error.message);
|
||||||
|
|||||||
Reference in New Issue
Block a user