mirror of
https://github.com/fatedier/frp.git
synced 2026-03-25 01:39:33 +08:00
dep: fix a log file deleted bug caused by beego.logs
This commit is contained in:
2
vendor/github.com/astaxie/beego/logs/conn.go
generated
vendored
2
vendor/github.com/astaxie/beego/logs/conn.go
generated
vendored
@@ -113,5 +113,5 @@ func (c *connWriter) needToConnectOnMsg() bool {
|
||||
}
|
||||
|
||||
func init() {
|
||||
Register("conn", NewConn)
|
||||
Register(AdapterConn, NewConn)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user