From dcaef3b0e9f182cc852621e693c4e62e3ec9db45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 28 Jun 2014 10:38:51 +0200 Subject: [PATCH] explain the strange console message --- OpenRA.Lint/YamlChecker.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Lint/YamlChecker.cs b/OpenRA.Lint/YamlChecker.cs index 9011df7476..4738987ec6 100644 --- a/OpenRA.Lint/YamlChecker.cs +++ b/OpenRA.Lint/YamlChecker.cs @@ -20,6 +20,7 @@ namespace OpenRA.Lint { static int errors = 0; + // mimic Windows compiler error format static void EmitError(string e) { Console.WriteLine("OpenRA.Lint(1,1): Error: {0}", e);