Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: always install error hook first #6150

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Oct 27, 2023

we were loading the config before installing the error hook.

when we're loading the config we try to determine the project dir via git, if this results in an error (which we gracefully handle), eyre auto install an error hook if there isn't one set already

https://github.com/foundry-rs/foundry/blob/master/crates/config/src/utils.rs#L36-L36

fixed by installing error hook first

@mattsse mattsse merged commit 4422d67 into foundry-rs:master Oct 27, 2023
16 checks passed
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.

2 participants