Skip to content

Commit 0585148

Browse files
SupaMicMylesBorins
authored andcommitted
doc: add return value to util.promisify
PR-URL: #16040 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent bbc93ed commit 0585148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/util.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ added: v8.0.0
461461
-->
462462

463463
* `original` {Function}
464+
* Returns: {Function}
464465

465466
Takes a function following the common Node.js callback style, i.e. taking a
466467
`(err, value) => ...` callback as the last argument, and returns a version

0 commit comments

Comments
 (0)