Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
feat: logs language information
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed May 11, 2020
1 parent 4dbf043 commit a64e00f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/import/import.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ export class ImportService {
}
])
.toPromise();
} else {
console.log(`Language with codename '${importLanguage.codename}' already exists in target project, skipping update operation`);
}
}
}
Expand Down

0 comments on commit a64e00f

Please sign in to comment.