fix: error on one project should not terminate haunt
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
abs3nt 2023-03-05 12:10:39 -08:00
parent 30f1f56d7d
commit e131342e1f
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ func (p *Project) Reload(path string, stop <-chan bool) {
if build.Err != nil {
log.Println(p.parent.Prefix("Build failed for: " + p.Name + " exiting"))
}
os.Exit(0)
}
if done {
return