aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/util/util-callbackify.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-27Fix `node:util.callbackify` (#3428)Gravatar Ai Hoshino 1-0/+323
* remove the incorrect parameters Close: https://github.com/oven-sh/bun/issues/3424 * fix error code * add callbackify tests * fix function type * ensure `done` is called when error occurred