mirror of
https://github.com/beego/bee.git
synced 2024-11-21 23:50:54 +00:00
Update
This commit is contained in:
parent
6923aeb1ae
commit
b30217c1d3
2
watch.go
2
watch.go
@ -152,8 +152,8 @@ func Start(appname string) {
|
|||||||
cmd.Stderr = os.Stderr
|
cmd.Stderr = os.Stderr
|
||||||
|
|
||||||
go cmd.Run()
|
go cmd.Run()
|
||||||
started <- true
|
|
||||||
com.ColorLog("[INFO] %s is running...\n", appname)
|
com.ColorLog("[INFO] %s is running...\n", appname)
|
||||||
|
started <- true
|
||||||
}
|
}
|
||||||
|
|
||||||
// checkTMPFile returns true if the event was for TMP files.
|
// checkTMPFile returns true if the event was for TMP files.
|
||||||
|
Loading…
Reference in New Issue
Block a user