From 6bb3f6a7b5590672af976574c49a490ee7af950c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dimino?= Date: Sat, 25 Feb 2017 01:49:20 +0000 Subject: [PATCH] Colorize Output[] --- src/future.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/future.ml b/src/future.ml index b0ed3288..7ceb8d54 100644 --- a/src/future.ml +++ b/src/future.ml @@ -279,7 +279,7 @@ module Scheduler = struct match status with | WEXITED 0 -> if output <> "" then - Printf.eprintf "Output[%d]:\n%s%!" job.id output; + Format.eprintf "@{Output@}[@{%d@}]:\n%s%!" job.id output; Ivar.fill job.job.ivar () | WEXITED n -> Format.eprintf "\n@{Command@} [@{%d@}] exited with code %d:\n\