diff --git a/go.js b/go.js index 594451d..9e58f25 100644 --- a/go.js +++ b/go.js @@ -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