File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
electron-app/src/processes Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,24 @@ const ERROR_HINTS = [
3939 advice :
4040 "Your ADJ files contain schema errors. Check the ADJ validator log file in the logs folder for details." ,
4141 } ,
42+ {
43+ pattern : / e r r o r r e a d i n g c o n f i g f i l e / ,
44+ message : "Config file not found" ,
45+ advice :
46+ "The configuration file could not be read. Check that the config file path is correct and the file exists." ,
47+ } ,
48+ {
49+ pattern : / e r r o r u n m a r s h a l i n g t o m l f i l e / ,
50+ message : "Config file has errors" ,
51+ advice :
52+ "The configuration file contains invalid TOML. Check the config file for syntax or type errors." ,
53+ } ,
54+ {
55+ pattern : / s e t t i n g u p A D J / ,
56+ message : "ADJ not available" ,
57+ advice :
58+ "Could not load the ADJ. If this is your first run, connect to the internet so the ADJ can be downloaded." ,
59+ } ,
4260] ;
4361
4462/**
You can’t perform that action at this time.
0 commit comments