mirror of https://github.com/rwf2/Rocket.git
Make the info message 'Rocket has launched from http://localhost:8000...' clickable in shells.
This commit is contained in:
parent
937fe50ad7
commit
15cb8d87d5
|
@ -555,7 +555,7 @@ impl Rocket {
|
|||
}
|
||||
};
|
||||
|
||||
info!("🚀 {} {}{}...",
|
||||
info!("🚀 {} {}{} ...",
|
||||
White.paint("Rocket has launched from"),
|
||||
White.bold().paint("http://"),
|
||||
White.bold().paint(&full_addr));
|
||||
|
|
Loading…
Reference in New Issue