1
0
mirror of https://github.com/beego/bee.git synced 2025-06-19 06:50:38 +00:00

刚才漏了

This commit is contained in:
fanngyuan
2013-08-22 12:19:45 +08:00
parent 9ba4bbc1bc
commit d42aec07b4
2 changed files with 2 additions and 0 deletions

1
bee.go

@ -76,6 +76,7 @@ var commands = []*Command{
cmdPack,
cmdApiapp,
cmdRouter,
cmdTest,
//cmdReStart,
}

@ -147,6 +147,7 @@ func Start(appname string) {
cmd.Stderr = os.Stderr
go cmd.Run()
started<-true
}
// checkTMPFile returns true if the event was for TMP files.