Open
Description
When there is panic inside the function, the following code will not return the error at all。Previous code is OK
//compiler/module.go
func (m *Module) CompileForInterpreter(gp GasPolicy) ([]InterpreterCode, error) {
var (
ret []InterpreterCode
retErr error
)
defer utils.CatchPanic(&retErr)
}
Metadata
Assignees
Labels
No labels
Activity