mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 03:19:47 +08:00
turn logging on by default, also make Provide not fail when no peers connected
This commit is contained in:
@ -62,7 +62,7 @@ func ipfsCmd(c *commander.Command, args []string) error {
|
||||
}
|
||||
|
||||
func main() {
|
||||
// u.Debug = true
|
||||
u.Debug = true
|
||||
err := CmdIpfs.Dispatch(os.Args[1:])
|
||||
if err != nil {
|
||||
if len(err.Error()) > 0 {
|
||||
|
Reference in New Issue
Block a user