Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Dec 2, 2024
1 parent ddd1fae commit 260f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packagesDev/next-config/src/commands/copyFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Found in packages:
Source: ${sourcePath}`)
process.exit(1)
}
console.log(`Creating new file: ${file}`)
console.log(`Creating new file: ${file}\nSource: ${sourcePath}`)
debug('File does not exist yet')
}

Expand Down

0 comments on commit 260f074

Please sign in to comment.