1
0
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:
Clint Mod
2023-04-26 17:28:54 -07:00
committed by GitHub
parent 8cfac5a25a
commit c145658206

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)