Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sukka <isukkaw@gmail.com>
  • Loading branch information
ijjk and SukkaW committed Oct 2, 2022
1 parent 2fc8f1a commit 59512ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/next/build/index.ts
Expand Up @@ -562,8 +562,7 @@ export default async function build(
const numConflicting = conflictingAppPagePaths.length

if (numConflicting > 0) {
console.error(
chalk.red('Error: ') +
Log.error(
`Conflicting app and page file${
numConflicting === 1 ? ' was' : 's were'
} found, please remove the conflicting files to continue. \n${conflictingAppPagePaths.join(
Expand Down

0 comments on commit 59512ab

Please sign in to comment.