提交 f0afd41d 编写于 作者: D Derek Parker

terminal/command: Fix 'goroutine' command output

上级 066160f9
......@@ -212,7 +212,7 @@ func formatGoroutine(g *api.Goroutine) string {
if g.Function != nil {
fname = g.Function.Name
}
return fmt.Sprintf("%d - %s:%d %s (%#v)\n", g.ID, g.File, g.Line, fname, g.PC)
return fmt.Sprintf("%d - %s:%d %s (%#v)", g.ID, g.File, g.Line, fname, g.PC)
}
func restart(client service.Client, args ...string) error {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册