This commit is contained in:
Brian Tiger Chow 2015-01-30 14:58:07 -08:00
parent 3c2b6d1205
commit eeec8ab3d7

View File

@ -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)