From 756ad70598d07b65b260cd871f5645a8e62c9261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 17 Jan 2019 14:49:22 +0100 Subject: [PATCH] add the root cause issue in a comment, so we know when the workaround is no longer needed --- json_rpc.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/json_rpc.nimble b/json_rpc.nimble index adec800..a25b72f 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -20,6 +20,7 @@ proc configForTests() = --run --forceBuild --threads: on + # https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051 if hostOS == "windows": --define: "chronicles_colors=NoColors"