From 6a030a5396f9c838b4d4523f43ab2d9e2f502e04 Mon Sep 17 00:00:00 2001 From: Antonio Musolino Date: Tue, 1 Mar 2022 04:37:50 +0100 Subject: fix(runtime): disable console color for non tty stdout (#13782) --- runtime/examples/hello_runtime.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/examples/hello_runtime.rs') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index e74920c34..0a0d6fe23 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -35,6 +35,7 @@ async fn main() -> Result<(), AnyError> { enable_testing_features: false, location: None, no_color: false, + is_tty: false, runtime_version: "x".to_string(), ts_version: "x".to_string(), unstable: false, -- cgit v1.2.3