mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
add deadlock mutex package
write to deadlock stderr after closing gocui more deadlock checking
This commit is contained in:
parent
7410acd1aa
commit
755ae0ef84
44 changed files with 1635 additions and 57 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
type Buffer struct {
|
||||
b bytes.Buffer
|
||||
m sync.Mutex
|
||||
m deadlock.Mutex
|
||||
}
|
||||
|
||||
func (b *Buffer) Read(p []byte) (n int, err error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue