Make the info message 'Rocket has launched from http://localhost:8000...' clickable in shells.

This commit is contained in:
Delyan Angelov 2017-02-17 10:08:48 +02:00
parent 937fe50ad7
commit 15cb8d87d5
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ impl Rocket {
}
};
info!("🚀 {} {}{}...",
info!("🚀 {} {}{} ...",
White.paint("Rocket has launched from"),
White.bold().paint("http://"),
White.bold().paint(&full_addr));