maxcnunes / gaper

Builds and restarts a Go project when it crashes or some watched file changes
MIT License
81 stars 6 forks source link

The default settings is trying to watch not allowed files #10

Open maxcnunes opened 5 years ago

maxcnunes commented 5 years ago
[gaper] error on watching files: couldn't walk to path "loadtest/report/bzt.log": lstat loadtest/report/bzt.log: no such file or directory
make: *** [Makefile:18: start] Error 1
maxcnunes commented 5 years ago

Using just gaper command without any argument:

[gaper] error on watching files: couldn't walk to path "profiling/heap.5-74MB": lstat profiling/heap.5-74MB: no such file or directory

It occurred when I deleted the profiling folder.