Skip to content

Commit

Permalink
Update readme.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 15, 2024
1 parent bd034bf commit e39a5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function get_readme_path(dir) {
res.push( ... get_readme_path(filepath))
} else if (stats.isFile() && filename.endsWith('README.mdx') && ! filepath.endsWith('cfo/README.mdx')) {
res.push(filepath)
console.log(filepath)
// console.log(filepath)
}
})
return res
Expand Down

0 comments on commit e39a5ba

Please sign in to comment.