Skip to content

Commit f565f12

Browse files
committed
doc: Update README.md
1 parent c0f2509 commit f565f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Or
7272
```js
7373
recursiveReaddirFiles(process.cwd(), {
7474
ignored: /\/(node_modules|\.git)/
75-
}, (filepath, state, childs) => {
75+
}, (filepath, state) => {
7676
console.log(filepath);
7777
// 👉 /Users/xxx/watch.ts
7878
console.log(state.isFile()); // 👉 true

0 commit comments

Comments
 (0)