Replies: 1 comment
-
I'm not sure I understand what you're asking for? You can catch the revert data with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello we have a test that run in forge that is basically looping on external contact calls and checks if they pass. currently we just loop and try catch call and log if it passes or fails. but in the catch we do not have any info about the callstack that caused the error to be thrown. is there a cheat sheet where we can get the call stack inside the catch. we can get the reason but it is not very useful we would like to log the error stack as well if that is possible without failing the test completely
Beta Was this translation helpful? Give feedback.
All reactions