realize run handle

This commit is contained in:
alessio 2016-08-19 01:57:32 +02:00
parent 3aaf5c09ed
commit c29f664e53
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ func main() {
Usage: "Build and watch file changes",
Action: func(p *cli.Context) error {
y := r.New(p)
y.Watch()
return nil
return handle(y.Watch())
},
Before: func(c *cli.Context) error {
header()