erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

Use debug_exit_info!() before exit a current method #354

Closed GreasySlug closed 1 year ago

GreasySlug commented 1 year ago

I forgot to replace "self.level -= 1" to "debug_exit_info!()" Also, put macro before exiting a current method