cmd/mi: die after importing CSV
This commit is contained in:
parent
09802f3e94
commit
23b8f53acf
|
@ -115,6 +115,8 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ln.FatalErr(ctx, err)
|
ln.FatalErr(ctx, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx, cancel := context.WithCancel(ctx)
|
ctx, cancel := context.WithCancel(ctx)
|
||||||
|
|
Loading…
Reference in New Issue