|
@ -101,7 +101,7 @@ func runWatch(cmd *Command, args []string) bool { |
|
|
if !shouldPrint(resp) { |
|
|
if !shouldPrint(resp) { |
|
|
continue |
|
|
continue |
|
|
} |
|
|
} |
|
|
fmt.Printf("%+v\n", resp.EventNotification) |
|
|
|
|
|
|
|
|
fmt.Printf("dir:%s %+v\n", resp.Directory, resp.EventNotification) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|