1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 16:13:26 +00:00
This commit is contained in:
Unknown 2013-08-24 19:00:08 +08:00
parent 6923aeb1ae
commit b30217c1d3

View File

@ -152,8 +152,8 @@ func Start(appname string) {
cmd.Stderr = os.Stderr
go cmd.Run()
started <- true
com.ColorLog("[INFO] %s is running...\n", appname)
started <- true
}
// checkTMPFile returns true if the event was for TMP files.