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
* fix: Throw unkown function error code when function not found in module.
Support returning falsy values from a juno function
* Bump version to 0.1.2
* feat: Include juno error message on errors
Closes#20 and Closes#19
The library doesn't currently propagate errors raised from juno, or raise errors for cases like when a function is not found for example
Refer to https://github.com/bytesonus/juno/blob/develop/docs/ERROR-CODES.md ,
the error codes defined in the above link have to be respected
The text was updated successfully, but these errors were encountered: