File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/ui/dialogs/unexpected-error Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const flavorQuotes = [
20
20
`This is why we can't have nice things. :(` ,
21
21
`Have you tried turning it off and on again?` ,
22
22
`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!` ,
24
24
`B:01010111 01100101 00100000 01100100 01101111 00100000 01100001 00100000 01101100 01101001 01110100 01110100 01101100 01100101 00100000 01110100 01110010 01101111 01101100 01101100 01101001 01101110 01100111` ,
25
25
`<div style="display: flex; flex-direction: column; padding: 16px;">
26
26
<p>SnaveSutit would like to know your location</p>
@@ -39,6 +39,7 @@ export const flavorQuotes = [
39
39
`<a href="https://youtu.be/dQw4w9WgXcQ">Click here to find a solution!</a>` ,
40
40
`<img src="https://i.kym-cdn.com/photos/images/original/000/296/199/9ff.gif" alt="roflcopter">` ,
41
41
`Failed to find global 'pandemic'` ,
42
+ `I'm sorry, Dave. I'm afraid I can't do that.` ,
42
43
]
43
44
44
45
export function openUnexpectedErrorDialog ( error : Error ) {
You can’t perform that action at this time.
0 commit comments