mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
fix some errors being unintendedly supressed (#1134)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user