From e131342e1f4d3fc028d053d409108a209f418768 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sun, 5 Mar 2023 12:10:39 -0800 Subject: [PATCH] fix: error on one project should not terminate haunt --- src/haunt/projects.go | 1 - 1 file changed, 1 deletion(-) 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