Skip to content

Commit

Permalink
fix: use unicode char for network placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 22, 2023
1 parent 275e6bc commit e80f658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export async function listen(

if (!firstPublicUrl) {
lines.push(
colors.gray(` > Network: use ${colors.white("--host")} to expose`),
colors.gray(` Network: use ${colors.white("--host")} to expose`),
);
}

Expand Down

0 comments on commit e80f658

Please sign in to comment.