Skip to content

Commit 9856274

Browse files
authored
fix(cli): i18n progress indicator (#454)
1 parent 311af94 commit 9856274

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"lingo.dev": patch
3+
---
4+
5+
fix i18n progress indicator

packages/cli/src/cli/loaders/new-line.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default function createNewLineLoader(): ILoader<string, string> {
1010
if (!data) return "";
1111

1212
// Remove any existing final newline
13-
console.log(data);
1413
const trimmed = data.replace(/[\r\n]+$/, "");
1514

1615
// If original had final newline, add it back with same ending type

0 commit comments

Comments
 (0)