mirror of
https://github.com/beego/bee.git
synced 2024-11-22 10:10:53 +00:00
Update
This commit is contained in:
parent
78a6597edb
commit
a7e6c6a9b5
3
watch.go
3
watch.go
@ -152,6 +152,9 @@ func Autobuild() {
|
|||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ColorLog("[ERRO] ============== Build failed ===================\n")
|
ColorLog("[ERRO] ============== Build failed ===================\n")
|
||||||
|
fmt.Print("Press 'enter' to rebuild...")
|
||||||
|
fmt.Scanln()
|
||||||
|
go Autobuild()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
ColorLog("[SUCC] Build was successful\n")
|
ColorLog("[SUCC] Build was successful\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user