提交 0e55c0cb 编写于 作者: D Derek Parker

Cleanup typo

上级 c1589399
......@@ -98,7 +98,7 @@ func handleExit(dbp *proctl.DebuggedProcess, line *liner.State, status int) {
if f, err := os.OpenFile(historyFile, os.O_RDWR, 0666); err == nil {
_, err := line.WriteHistory(f)
if err != nil {
fmt.Println("readline histroy: ", err)
fmt.Println("readline history error: ", err)
}
f.Close()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册