mirror of
https://github.com/beego/bee.git
synced 2025-06-27 05:30:21 +00:00
Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time
This commit is contained in:
1
watch.go
1
watch.go
@ -44,7 +44,6 @@ func NewWatcher(paths []string) {
|
||||
}
|
||||
|
||||
eventTime[e.Name] = mt
|
||||
fmt.Println(mt)
|
||||
|
||||
if isbuild {
|
||||
colorLog("[EVEN] %s\n", e)
|
||||
|
Reference in New Issue
Block a user