mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +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()
|
t.Close()
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
fmt.Println("only s or q allowed")
|
fmt.Println("only p or q allowed")
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user