1
0
Fork 0

chore: Fixed linter issues

This commit is contained in:
joostdecock 2023-07-21 10:27:15 +02:00
parent 4b037111be
commit 8edf9cff94
8 changed files with 10 additions and 19 deletions

View file

@ -84,7 +84,7 @@ const getMdxFileList = async (cwd) => {
const cmd = `find ${cwd} -type f -name "en.md"`
const find = exec(cmd, { cwd }, (error, stdout, stderr) => {
if (error) {
console.error(`exec error: ${error}`)
console.error(`exec error: ${error} - ${stderr}`)
return
}