mirror of
https://github.com/go-task/task.git
synced 2025-03-17 21:08:01 +02:00
fix some errors being unintendedly supressed (#1134)
This commit is contained in:
parent
8cfac5a25a
commit
c145658206
@ -49,6 +49,7 @@ func main() {
|
||||
log.Print(err.Error())
|
||||
os.Exit(err.Code())
|
||||
}
|
||||
log.Print(err.Error())
|
||||
os.Exit(errors.CodeUnknown)
|
||||
}
|
||||
os.Exit(errors.CodeOk)
|
||||
|
Loading…
x
Reference in New Issue
Block a user