From 4e0e24cbff82b5393530794e1fb0f8d478860195 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 17 Oct 2016 16:27:35 -0700 Subject: [PATCH] Line break --- tools/CommandLineTools.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index 7ead2a628..3080d4551 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -765,13 +765,13 @@ class CommandLineTools { if (words.length == 0) { - LogHelper.print (File.getContent (Sys.getEnv ("LIME_CONFIG"))); + LogHelper.println (File.getContent (Sys.getEnv ("LIME_CONFIG"))); } else { if (config.defines.exists (words[0])) { - LogHelper.print (config.defines.get (words[0])); + LogHelper.println (config.defines.get (words[0])); } else {