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
Using module.callFunction on a function that doesn't return back a value, or returns back a falsy value, like false, or null, leads to a promise rejection, instead of properly propagating the response of the function
The text was updated successfully, but these errors were encountered:
* 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
Using
module.callFunction
on a function that doesn't return back a value, or returns back a falsy value, likefalse
, ornull
, leads to a promise rejection, instead of properly propagating the response of the functionThe text was updated successfully, but these errors were encountered: