cmd/mi: die after importing CSV

This commit is contained in:
Cadey Ratio 2020-01-12 02:34:37 +00:00
parent 09802f3e94
commit 23b8f53acf
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ func main() {
if err != nil {
ln.FatalErr(ctx, err)
}
return
}
ctx, cancel := context.WithCancel(ctx)