Skip to content

Commit f992994

Browse files
authored
Apply suggestion from @vicb
1 parent beeb603 commit f992994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cloudflare/src/cli/commands/migrate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async function migrateCommand(args: { forceInstall: boolean }): Promise<void> {
137137
logger.error("Failed to update package.json", (error as Error).message);
138138
logger.warn(
139139
"\nPlease ensure that your package.json contains the following scripts:\n" +
140-
console.log(
140+
logger.warn(
141141
[...Object.entries(openNextScripts)].map(([key, value]) => ` - ${key}: ${value}`).join("\n")
142142
) +
143143
"\n"

0 commit comments

Comments
 (0)