提交 b3b8a973 编写于 作者: H heyanlong

New agent [recover]

上级 5bbd74ec
......@@ -10,6 +10,13 @@ import (
var log = logger.Log
func main() {
defer func() {
if err := recover(); err != nil {
log.Error(err)
}
}()
app := cli.NewApp()
app.Name = "sky_php_agent"
app.Usage = "the skywalking trace sending agent"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册