1
0
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:
Clint Mod 2023-04-26 17:28:54 -07:00 committed by GitHub
parent 8cfac5a25a
commit c145658206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)