mirror of
https://github.com/go-delve/delve.git
synced 2025-10-31 02:36:18 +08:00
@ -416,7 +416,10 @@ func (bi *BinaryInfo) Close() error {
|
|||||||
if bi.sepDebugCloser != nil {
|
if bi.sepDebugCloser != nil {
|
||||||
bi.sepDebugCloser.Close()
|
bi.sepDebugCloser.Close()
|
||||||
}
|
}
|
||||||
|
if bi.closer != nil {
|
||||||
return bi.closer.Close()
|
return bi.closer.Close()
|
||||||
|
}
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (bi *BinaryInfo) setLoadError(fmtstr string, args ...interface{}) {
|
func (bi *BinaryInfo) setLoadError(fmtstr string, args ...interface{}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user