Skip to content

Commit 31ba22b

Browse files
committed
💬 Tweaked, and added new unexpected error flavor quotes
1 parent 7e10dbf commit 31ba22b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ui/dialogs/unexpected-error/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const flavorQuotes = [
2020
`This is why we can't have nice things. :(`,
2121
`Have you tried turning it off and on again?`,
2222
`What if I put my command block next to yours? Haha just kidding... Unless?`,
23-
`If at first you don't succeed, Try, try again!`,
23+
`If at first you don't succeed, try, try again!`,
2424
`B:01010111 01100101 00100000 01100100 01101111 00100000 01100001 00100000 01101100 01101001 01110100 01110100 01101100 01100101 00100000 01110100 01110010 01101111 01101100 01101100 01101001 01101110 01100111`,
2525
`<div style="display: flex; flex-direction: column; padding: 16px;">
2626
<p>SnaveSutit would like to know your location</p>
@@ -39,6 +39,7 @@ export const flavorQuotes = [
3939
`<a href="https://youtu.be/dQw4w9WgXcQ">Click here to find a solution!</a>`,
4040
`<img src="https://i.kym-cdn.com/photos/images/original/000/296/199/9ff.gif" alt="roflcopter">`,
4141
`Failed to find global 'pandemic'`,
42+
`I'm sorry, Dave. I'm afraid I can't do that.`,
4243
]
4344

4445
export function openUnexpectedErrorDialog(error: Error) {

0 commit comments

Comments
 (0)