Commit b053896e authored by Juan Batiz-Benet's avatar Juan Batiz-Benet Committed by Brian Tiger Chow

uncommenting global debug

let's keep this a turn-on for testing sort of thing.
(want the outputs of commands like `ipfs add` to be
usable as inputs to other programs/scripts).

maybe we should consider adding a --debug (not -d),
once we figure out adding flags that apply globally :)
@whyrusleeping
parent 370d2593
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment