-
daemon: print a newline before errors · 5f048311
The `ipfs init` command prints out a ton of information which can make it hard to spot errors. Print a newline before these errors We could do this for every command but there are some tricky edge cases: 1. This would look funny if there's no other output. 2. It might mess break tools parsing the output (not expecting empty lines). License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于5f048311