diff --git a/realize/watcher.go b/realize/watcher.go index c7370fa..15e05a8 100644 --- a/realize/watcher.go +++ b/realize/watcher.go @@ -105,7 +105,6 @@ func (p *Project) Watching() { p.base = base + p.Path for _, dir := range p.Watcher.Paths { - // check main existence dir = slash(dir) base = p.base + dir