mirror of
https://github.com/beego/bee.git
synced 2025-07-22 17:05:33 +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
|
eventTime[e.Name] = mt
|
||||||
fmt.Println(mt)
|
|
||||||
|
|
||||||
if isbuild {
|
if isbuild {
|
||||||
colorLog("[EVEN] %s\n", e)
|
colorLog("[EVEN] %s\n", e)
|
||||||
|
Reference in New Issue
Block a user