diff --git a/realize/watcher.go b/realize/watcher.go index 9620404..67449fe 100644 --- a/realize/watcher.go +++ b/realize/watcher.go @@ -105,7 +105,6 @@ func (p *Project) watching() { // stop and run again if p.Run { close(channel) - wr.Wait() channel = make(chan bool) }