We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221da3e commit 5793c29Copy full SHA for 5793c29
src/index.ts
@@ -46,7 +46,7 @@ async function printForwardProxy(): Promise<void> {
46
47
table.printTable()
48
49
- consola.info(`2. Set proxy on mobile device (Available IPs: ${ips}):${7600}\n\n`)
+ consola.info(`2. Set proxy on mobile device (Available IPs: ${ips}):${c.bold(7600)}\n\n`)
50
}
51
52
0 commit comments