Selaa lähdekoodia

fix(analytics) clarify log line

master
Saúl Ibarra Corretgé 4 vuotta sitten
vanhempi
commit
ddbd3f292a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      react/features/analytics/functions.js

+ 2
- 2
react/features/analytics/functions.js Näytä tiedosto

@@ -235,7 +235,7 @@ function _inIframe() {
235 235
 }
236 236
 
237 237
 /**
238
- * Tries to load the scripts for the analytics handlers and creates them.
238
+ * Tries to load the scripts for the external analytics handlers and creates them.
239 239
  *
240 240
  * @param {Array} scriptURLs - The array of script urls to load.
241 241
  * @param {Object} handlerConstructorOptions - The default options to pass when creating handlers.
@@ -286,7 +286,7 @@ function _loadHandlers(scriptURLs = [], handlerConstructorOptions) {
286 286
                 logger.warn(`Error creating analytics handler: ${error}`);
287 287
             }
288 288
         }
289
-        logger.debug(`Loaded ${handlers.length} analytics handlers`);
289
+        logger.debug(`Loaded ${handlers.length} external analytics handlers`);
290 290
 
291 291
         return handlers;
292 292
     });

Loading…
Peruuta
Tallenna