Line break
This commit is contained in:
@@ -765,13 +765,13 @@ class CommandLineTools {
|
|||||||
|
|
||||||
if (words.length == 0) {
|
if (words.length == 0) {
|
||||||
|
|
||||||
LogHelper.print (File.getContent (Sys.getEnv ("LIME_CONFIG")));
|
LogHelper.println (File.getContent (Sys.getEnv ("LIME_CONFIG")));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (config.defines.exists (words[0])) {
|
if (config.defines.exists (words[0])) {
|
||||||
|
|
||||||
LogHelper.print (config.defines.get (words[0]));
|
LogHelper.println (config.defines.get (words[0]));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user