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 bc71eaa commit 1fa1a29
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 @@ -4,7 +4,7 @@ const path = require('path')

function get_readme_path(dir) {

let res = []
let res = [path.join(dir, 'go.js')]
const files = fs.readdirSync(dir)

files.forEach( filename => {
Expand Down

0 comments on commit 1fa1a29

Please sign in to comment.