Skip to content

Commit 11b9a36

Browse files
committed
fixup! Add more utils
1 parent 30acf54 commit 11b9a36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/async.js

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ const promisify =
118118
new Promise((resolve, reject) =>
119119
fn(...args, (err, data) => (err ? reject(err) : resolve(data))),
120120
);
121+
121122
module.exports = {
122123
toBool,
123124
timeout,

0 commit comments

Comments
 (0)