Skip to content

Commit 7944e0b

Browse files
committed
[search] Remove the note about Firefox 114.
Firefox 115 ESR (Extended Support Release) has been out for a year: https://www.mozilla.org/en-US/firefox/115.2.0/releasenotes/
1 parent 824e859 commit 7944e0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cubing/search/instantiator.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,5 @@ async function instantiateWorkerImplementation(): Promise<InsideOutsideAPI> {
234234
}
235235
}
236236

237-
throw new Error(
238-
`${failed()}. There are no more fallbacks available. If you are using Firefox, please update to version 114 or later.`,
239-
);
237+
throw new Error(`${failed()}. There are no more fallbacks available.`);
240238
}

0 commit comments

Comments
 (0)