From 9c44215a91a7d367030eea441e1feea4a95d2ded Mon Sep 17 00:00:00 2001 From: Supamic Date: Fri, 6 Oct 2017 19:20:48 +0000 Subject: [PATCH] doc: add return value to util.promisify PR-URL: https://github.com/nodejs/node/pull/16040 Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- doc/api/util.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/util.md b/doc/api/util.md index 9cca721e63c..c0ca4b930d9 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -461,6 +461,7 @@ added: v8.0.0 --> * `original` {Function} +* Returns: {Function} Takes a function following the common Node.js callback style, i.e. taking a `(err, value) => ...` callback as the last argument, and returns a version