Skip to content

Conversation

@yihong0618
Copy link
Contributor

close #804

py-spy use anyhow for error and it already display as the method

        for (i, suberror) in err.chain().enumerate() {
            if i > 0 {
                eprintln!("Reason: {suberror}");
            }
        }

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

if no pid the py-spy will print the error twice

1 participant