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
{{ message }}
This repository was archived by the owner on Mar 16, 2022. It is now read-only.
Please consider adding support for functions that return Promise as command handlers. A lot of Javascript libraries return values asynchronously via promises or callbacks, which can be converted to promises. Using such API in command handlers is not easy at the moment.
Please consider adding support for functions that return
Promiseas command handlers. A lot of Javascript libraries return values asynchronously via promises or callbacks, which can be converted to promises. Using such API in command handlers is not easy at the moment.