Skip to content

Commit

Permalink
Update lib/compiler/helpers/manual-restart.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Apr 13, 2023
1 parent a88ad13 commit a3b04f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler/helpers/manual-restart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export function listenForManualRestart(callback: () => void) {
}

export function displayManualRestartTip(): void {
console.log('[@nest/cli] to restart at any time, enter `rs`\n');
console.log('To restart at any time, enter `rs`..\n');
}

0 comments on commit a3b04f1

Please sign in to comment.