소스 검색

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

Alessandro Pignotti 4 달 전
부모
커밋
c791cc0e40
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/lib/messages.js

+ 2 - 0
src/lib/messages.js

@@ -32,6 +32,8 @@ export const introMessage = [
 export const errorMessage = [
 	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",
 	"",
 	"Give it a try from a desktop version / another browser!",