Skip to content

Commit

Permalink
temporarily comment console.log(...errorLog)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 27, 2023
1 parent 149e9e2 commit dc065f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ module.exports = async function file(CoCreateConfig, configPath, match) {
await runFiles(directory, newEntry, exclude, pathname, name)
}
}
if (errorLog.length)
console.log(...errorLog)
// if (errorLog.length)
// console.log(...errorLog)

}

Expand Down

0 comments on commit dc065f1

Please sign in to comment.