Преглед изворни кода

Clarify error message with details

j8
Lyubomir Marinov пре 8 година
родитељ
комит
8f02b9249e
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      react/features/base/lib-jitsi-meet/functions.js

+ 3
- 1
react/features/base/lib-jitsi-meet/functions.js Прегледај датотеку

22
             return config;
22
             return config;
23
         })
23
         })
24
         .catch(error => {
24
         .catch(error => {
25
-            console.error('Failed to load config.js from remote server', error);
25
+            console.error(
26
+                    `Failed to load ${configLocation} from ${host}`,
27
+                    error);
26
 
28
 
27
             throw error;
29
             throw error;
28
         });
30
         });

Loading…
Откажи
Сачувај