1
0
mirror of https://github.com/beego/bee.git synced 2024-09-20 20:11:50 +00:00

Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time

This commit is contained in:
Unknown 2013-08-15 12:53:07 +08:00
parent 5486f6ee55
commit a6840ebafd

View File

@ -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)