From 6c4c9e8eccba2c87c347a39b85709e139f785219 Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Fri, 4 Aug 2023 18:17:31 +0200 Subject: [PATCH] Add more error puns (#1319) * Add more error puns --- src/utils/puns.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/utils/puns.ts b/src/utils/puns.ts index d0447ca6c..04f34b7d7 100644 --- a/src/utils/puns.ts +++ b/src/utils/puns.ts @@ -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 {