Fixed bug in using error variable within catch block.

This commit is contained in:
Stephen Chung
2021-09-02 22:17:45 +08:00
parent 73c0ba4ec5
commit 457be797a2
3 changed files with 54 additions and 0 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.0.3
=============
Bug fixes
---------
* Fixed bug with `catch` variable used in `catch` block.
Version 1.0.2
=============