chore: fix promisify helper (#16544)
* chore: fix promise deprecation helper * fix deprecations * update deprecation tests
This commit is contained in:
parent
63bf370cc0
commit
5a35c3a279
12 changed files with 65 additions and 48 deletions
|
@ -56,4 +56,4 @@ const getSources = (options) => {
|
|||
})
|
||||
}
|
||||
|
||||
exports.getSources = deprecate.promisify(getSources, 1)
|
||||
exports.getSources = deprecate.promisify(getSources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue