Skip to content

Commit

Permalink
chore(themes-service): modify log text
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Oct 5, 2024
1 parent 3d99137 commit 8c044ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/themes-service/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function bootstrap() {

consola.success(`[${prefix + pid}] 微服务已连接 REDIS 并启动`);
consola.success(
`[${prefix + pid}] 服务器正在监听: ${listening_ip}:${PORT}`,
`[${prefix + pid}] 主题服务器正在监听: ${listening_ip}:${PORT}`,
);
consola.success(
`主题服务已启动. ${chalk.yellow(`+${performance.now() | 0}ms`)}`,
Expand Down

0 comments on commit 8c044ea

Please sign in to comment.