mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
Fix incorrect terminal output (#2091)
This commit is contained in:
@ -155,7 +155,7 @@ func (t *Term) sigintGuard(ch <-chan os.Signal, multiClient bool) {
|
||||
t.Close()
|
||||
}
|
||||
default:
|
||||
fmt.Println("only s or q allowed")
|
||||
fmt.Println("only p or q allowed")
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user