diff options
Diffstat (limited to 'src/bun.js/fs_promises.exports.js')
-rw-r--r-- | src/bun.js/fs_promises.exports.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/fs_promises.exports.js b/src/bun.js/fs_promises.exports.js index bcd67c6ac..fbf7cf641 100644 --- a/src/bun.js/fs_promises.exports.js +++ b/src/bun.js/fs_promises.exports.js @@ -5,7 +5,7 @@ var fs = Bun.fs(); // this is just better than nothing. const notrace = "::bunternal::"; var promisify = { - [notrace]: (fsFunction) => { + [notrace]: fsFunction => { // TODO: remove variadic arguments // we can use new Function() here instead // based on fsFucntion.length |