Skip to content

Commit 7a06f87

Browse files
leggetterCopilot
andauthored
chore(examples): console.log -> console.error
Co-authored-by: Copilot <[email protected]>
1 parent ee25a14 commit 7a06f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demos/nodejs/src/migrate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ main()
8888
process.exit(0);
8989
})
9090
.catch((error) => {
91-
console.log("Migration failed:", error.message);
91+
console.error("Migration failed:", error.message);
9292

9393
askQuestion("Press 'e' and Enter to see the full error details: ").then(
9494
(answer) => {

0 commit comments

Comments
 (0)