mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 12:05:21 +08:00
*: Misc refactors, and doc additions
Refactors some code, adds a bunch of docstrings and just generally fixes a bunch of linter complaints.
This commit is contained in:
committed by
Alessandro Arzilli
parent
4fea15832f
commit
c3f50742b9
@ -65,7 +65,7 @@ func TestIssue419(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
if _, exited := err.(proc.ProcessExitedError); !exited {
|
||||
if _, exited := err.(proc.ErrProcessExited); !exited {
|
||||
t.Fatalf("Unexpected error after Continue(): %v\n", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user