kubo/cmd/ipfs
Steven Allen 5f04831190 daemon: print a newline before errors
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>
2019-01-08 13:20:12 -08:00
..
dist Fix typo of sudo install command 2018-05-06 19:09:43 +08:00
util fix: ulimit docs mistake 2019-01-05 21:27:17 +08:00
.gitignore make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00
daemon.go daemon: print a newline before errors 2019-01-08 13:20:12 -08:00
dnsresolve_test.go gx: update go-log and sha256 2018-11-02 21:17:20 -07:00
init.go gx: update go-ipfs-config 2019-01-04 02:37:06 +01:00
ipfs.go gx: update go-ipfs-files to 2.0 2018-12-20 13:52:20 +01:00
main.go gx: update go-ipfs-config 2019-01-04 02:37:06 +01:00
Rules.mk mk: embed CurrentCommit in the right place 2018-09-21 11:52:20 +02:00
runmain_test.go make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00