From eeec8ab3d716ecdc6ed12ffbb2857bc5ff184d3f Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Fri, 30 Jan 2015 14:58:07 -0800 Subject: [PATCH] add TODO --- cmd/ipfs/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/ipfs/main.go b/cmd/ipfs/main.go index 69c0f9393..5e943be28 100644 --- a/cmd/ipfs/main.go +++ b/cmd/ipfs/main.go @@ -479,6 +479,8 @@ func (i *cmdInvocation) setupInterruptHandler() { for count := 0; ; count++ { <-sig + // TODO cancel the command context instead + n, err := ctx.GetNode() if err != nil { log.Error(err)