<!-- Please read our Contributing guide before you open the issue. https://github.com/wenyan-lang/wenyan/wiki/Contributing Also, please make your issue are not listed in: https://github.com/wenyan-lang/wenyan/wiki/Feature-Requests https://github.com/wenyan-lang/wenyan/wiki/Known-Issues Thank you! --> For example, I may need to print the error information. ```javascript try { throw new Error(); } catch (e) { console.log(e.msg) } ``` In the current design, however, I find no way to access the value of `e`.