提交 4d8f5659 编写于 作者: D Derek Parker

Fix source file context formatting

上级 5c294173
......@@ -503,7 +503,7 @@ func printcontext(state *api.DebuggerState) error {
arrow = "=>"
}
context = append(context, fmt.Sprintf("\033[34m%s %d\033[0m: %s", arrow, i, line))
context = append(context, fmt.Sprintf("\033[34m%s %d\033[0m:\t%s", arrow, i, line))
}
fmt.Println(strings.Join(context, ""))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册