Skip to content

Commit

Permalink
Merge pull request #187 from TheMikeyRoss/suggestion-1
Browse files Browse the repository at this point in the history
chore: suggest starring repo after exist
  • Loading branch information
zaldih authored Aug 22, 2024
2 parents 669f384 + 5058c4c commit 1c46b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/general.ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class GeneralUi extends BaseUi {
printExitMessage(stats: { spaceReleased: string }): void {
const { spaceReleased } = stats;
let exitMessage = `Space released: ${spaceReleased}\n`;
exitMessage += colors['gray']('Thanks for using npkill!\n');
exitMessage += colors['gray']('Thanks for using npkill!\n Like it? Give us a start http://github.com/voidcosmos/npkill\n');
this.print(exitMessage);
}
}

0 comments on commit 1c46b42

Please sign in to comment.