Merge pull request #27 from fanngyuan/master

刚才漏了,不好意思
This commit is contained in:
astaxie 2013-08-21 22:30:14 -07:00
commit 467f7a0994
2 changed files with 2 additions and 0 deletions

1
bee.go
View File

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

View File

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