chore: Fixed linter issues
This commit is contained in:
parent
4b037111be
commit
8edf9cff94
8 changed files with 10 additions and 19 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue