Skip to content

Commit

Permalink
chore: fix test example error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 6, 2022
1 parent 0855811 commit b267551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { readdir, readdirAsync, uidToName, getStat, chmod } = require('../');
const path = require('path');

readdir('/').then((files) => {
readdir('/opt/').then((files) => {
files.map((Stats) => {
console.log('Statss:1', Stats);
});
Expand Down

0 comments on commit b267551

Please sign in to comment.