Skip to content

Commit

Permalink
Add more error puns (#1319)
Browse files Browse the repository at this point in the history
* Add more error puns
  • Loading branch information
vadi2 authored Aug 4, 2023
1 parent 93ebd39 commit 6c4c9e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/puns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ const ERROR_PUNS = [
'Is that squall you got?',
"You're in deep water now.",
"Don't carp about your mistakes.",
'This run went belly up.'
'This run went belly up.',
'Seas the errors and fix them!',
'Dolphinately not the desired outcome.',
"Looks like you've caught a bugfish."
];

export function getRandomPun(numErrors = 0, numWarnings = 0): string {
Expand Down

0 comments on commit 6c4c9e8

Please sign in to comment.