Better formatting for list_errors command.
This commit is contained in:
parent
b54b1fe32d
commit
8b69d4881f
|
@ -26,7 +26,7 @@ public class ListErrors implements Executable {
|
|||
sb.append("None");
|
||||
}
|
||||
for (Error error : InitializerApp.organization.getErrors()) {
|
||||
sb.append(error);
|
||||
sb.append(error).append('\n');
|
||||
}
|
||||
logger.info(sb.toString());
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue