watch: switch to watcher as waych lib and few fixes

watcher whould be more consistent across differente OSes
This commit is contained in:
Andrey Nering
2017-08-05 11:50:39 -03:00
parent ddd063f29e
commit c210e34ce3
2 changed files with 66 additions and 48 deletions

View File

@@ -36,8 +36,7 @@ type Executor struct {
Stdout io.Writer
Stderr io.Writer
taskvars Vars
watchingFiles map[string]struct{}
taskvars Vars
taskCallCount map[string]*int32