Commit eeec8ab3 authored by Brian Tiger Chow's avatar Brian Tiger Chow

add TODO

parent 3c2b6d12
......@@ -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)
......
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