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
Not sure if this requires using util.promisify() when running in Node.js, as described in #41 or if it can just be implemented by reading the util.promisify.custom symbol on the function, as described in the Node.js docs: https://nodejs.org/api/util.html#util_custom_promisified_functions
The text was updated successfully, but these errors were encountered:
This works with
util.promisify()
:It would be nice if it worked with
pify()
too!Not sure if this requires using
util.promisify()
when running in Node.js, as described in #41 or if it can just be implemented by reading theutil.promisify.custom
symbol on the function, as described in the Node.js docs: https://nodejs.org/api/util.html#util_custom_promisified_functionsThe text was updated successfully, but these errors were encountered: