diff --git a/packagesDev/next-config/src/commands/copyFiles.ts b/packagesDev/next-config/src/commands/copyFiles.ts index dd91c5df87..6c0c115c85 100644 --- a/packagesDev/next-config/src/commands/copyFiles.ts +++ b/packagesDev/next-config/src/commands/copyFiles.ts @@ -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') }