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
We should be able to handle when the handler.js defined by the user returns a promise in turn of a final value.
Expected Behaviour
The handler.js could return either a final value or a promise, and we should resolve it if so to get the value to return.
Current Behaviour
Now the handler.js exports a function that receives a callback to return a resulting value, with this improvement the user could return also a promise.
The text was updated successfully, but these errors were encountered:
We should be able to handle when the handler.js defined by the user returns a promise in turn of a final value.
Expected Behaviour
The handler.js could return either a final value or a promise, and we should resolve it if so to get the value to return.
Current Behaviour
Now the handler.js exports a function that receives a callback to return a resulting value, with this improvement the user could return also a promise.
The text was updated successfully, but these errors were encountered: