Skip to content

Commit 383422c

Browse files
committed
fix: translate log
1 parent e613950 commit 383422c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/translate/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export async function main({
169169
} else if (shouldUpdate) {
170170
tableData.push({
171171
Source: sourcePath,
172-
Target: targetPath,
172+
...(verbose ? { Target: targetPath } : {}),
173173
'Should update?': '✅ Yes',
174174
Reason: reason,
175175
});

0 commit comments

Comments
 (0)