Inform the user that more explanation for failures can be found in the console log

This commit is contained in:
Alessandro Pignotti 2025-03-10 15:17:36 +01:00
parent f76b238f53
commit c791cc0e40

View File

@ -32,6 +32,8 @@ export const introMessage = [
export const errorMessage = [ export const errorMessage = [
color + "CheerpX could not start" + normal, color + "CheerpX could not start" + normal,
"", "",
"Check the DevTools console for more information",
"",
"CheerpX is expected to work with recent desktop versions of Chrome, Edge, Firefox and Safari", "CheerpX is expected to work with recent desktop versions of Chrome, Edge, Firefox and Safari",
"", "",
"Give it a try from a desktop version / another browser!", "Give it a try from a desktop version / another browser!",