From 15cb8d87d58f4fa819f8fd524c627520d67155a6 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 17 Feb 2017 10:08:48 +0200 Subject: [PATCH] Make the info message 'Rocket has launched from http://localhost:8000...' clickable in shells. --- lib/src/rocket.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/rocket.rs b/lib/src/rocket.rs index 6c4bf3b3..945fb8ad 100644 --- a/lib/src/rocket.rs +++ b/lib/src/rocket.rs @@ -555,7 +555,7 @@ impl Rocket { } }; - info!("🚀 {} {}{}...", + info!("🚀 {} {}{} ...", White.paint("Rocket has launched from"), White.bold().paint("http://"), White.bold().paint(&full_addr));