Skip to content

Commit 32ccae9

Browse files
committed
feature(readdir) function -> arrow function
1 parent a12dd5d commit 32ccae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/readdir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const tryToCatch = require('try-to-catch');
77
const superstat = require('superstat');
88
const currify = require('currify');
99

10-
const noop = function() {};
10+
const noop = () => {};
1111
const {assign} = Object;
1212

1313
const stat = currify(async (dir, name) => {

0 commit comments

Comments
 (0)