Skip to content

Commit f1b479b

Browse files
committed
fix: use more neutral color for the expected action
1 parent cc2f2b4 commit f1b479b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmp/compiler/src/plugin/build-translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export async function processBuildTranslations(
176176
} finally {
177177
if (translationServer) {
178178
await translationServer.stop();
179-
logger.info("🛑 Translation server stopped");
179+
logger.info(" Translation server stopped");
180180
}
181181
}
182182
}

0 commit comments

Comments
 (0)