error msg changed

This commit is contained in:
alessio 2016-08-24 17:28:31 +02:00
parent 69f38c899b
commit 8fadfa8a44
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func (p *Project) GoRun(channel chan bool, runner chan bool, wr *sync.WaitGroup)
build.Dir = p.base
defer func() {
if err := build.Process.Kill(); err != nil {
log.Fatal(Red("failed to stop: "), Red(err))
log.Fatal(Red("Failed to stop: "), Red(err))
}
log.Println(pname(p.Name, 2), ":", RedS("Stopped"))
wr.Done()