Skip to content

Commit

Permalink
feat: display manual restart tip to user
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Apr 2, 2023
1 parent 72646c9 commit c9da924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compiler/helpers/manual-restart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export function listenForManualRestart(callback: () => void) {
}
};
process.stdin.on('data', stdinListener);
console.log('[@nest/cli] to restart at any time, enter `rs`\n');
}

0 comments on commit c9da924

Please sign in to comment.