fix no color without nsjail

This commit is contained in:
Ruben Fiszel
2022-11-26 19:06:36 +01:00
parent 53fb0ce2ee
commit 890ec2cb4e
+1
View File
@@ -1510,6 +1510,7 @@ run();
.env("DENO_DIR", DENO_CACHE_DIR)
.env("DENO_AUTH_TOKENS", deno_auth_tokens)
.env("BASE_INTERNAL_URL", base_internal_url)
.env("NO_COLOR", "true")
.args(args)
.stdout(Stdio::piped())
.stderr(Stdio::piped())