You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When eval/injection calls an internal function that reverts with some specific error message. The error message is not reported correctly making it very hard to debug the source of the issue.
The text was updated successfully, but these errors were encountered:
If we attempt to call foo boa will ofc revert but will not be able to report that the error is "the value is false".
If this is a technical limitation, there could be a better error specifying that some assertion happened inside the injected function and it couldn't be reported.
When eval/injection calls an internal function that reverts with some specific error message. The error message is not reported correctly making it very hard to debug the source of the issue.
The text was updated successfully, but these errors were encountered: