diff --git a/src/haunt/projects.go b/src/haunt/projects.go index cc9f5e4..bf930b2 100644 --- a/src/haunt/projects.go +++ b/src/haunt/projects.go @@ -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