Skip to content

Commit 6408a01

Browse files
author
openset
committed
Add: return
1 parent 557c36b commit 6408a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/question/question.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func runQuestion(cmd *base.Command, args []string) {
3131
}
3232
question.SaveContent()
3333
question.SaveCodeSnippet()
34-
break
34+
return
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)