Skip to content

Commit 91d74a4

Browse files
committed
add message before log
1 parent a23a939 commit 91d74a4

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/commands/pg/upgrade

1 file changed

+1
-1
lines changed

packages/cli/src/commands/pg/upgrade/wait.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class Wait extends Command {
7070
if (waiting) {
7171
ux.action.stop(message)
7272
} else {
73-
ux.log(message)
73+
ux.log(heredoc(`Waiting for database ${color.yellow(db.name)}... ${message}`))
7474
}
7575

7676
return

0 commit comments

Comments
 (0)