Skip to content

Commit

Permalink
Update go.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 16, 2024
1 parent 7609a52 commit 106c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function get_readme_content() {

let content = fs.readFileSync('/home/runner/work/cfo/cfo/tokens.mdx', 'utf-8')
const readmes = get_readme_path(__dirname)
print(__dirname)
console.log(__dirname)

readmes.forEach(path => {
content += '\n\n' + fs.readFileSync(path, 'utf-8')// + '\n\n' + content
Expand Down

0 comments on commit 106c34e

Please sign in to comment.