diff --git a/UI/WebServerResources/js/Scheduler/Component.service.js b/UI/WebServerResources/js/Scheduler/Component.service.js index 836feb048..76e311a64 100644 --- a/UI/WebServerResources/js/Scheduler/Component.service.js +++ b/UI/WebServerResources/js/Scheduler/Component.service.js @@ -441,7 +441,7 @@ }, components); } - Component.$log.debug('list of ' + type + ' ready (' + components.length + ')'); + Component.$log.debug('list of ' + type + ' ready (' + _.size(components) + ')'); // Save the list of components to the object model Component['$' + type] = components;