mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Log total module count
This commit is contained in:
@@ -18,6 +18,7 @@ module.exports = (grunt) ->
|
||||
diff = name1.localeCompare(name2) if diff is 0
|
||||
diff
|
||||
|
||||
console.log "Total Modules: #{sortedNames.length}"
|
||||
sortedNames.forEach (name) ->
|
||||
{count, versions} = modules[name]
|
||||
grunt.log.error "#{name}: #{count} (#{Object.keys(versions).join(', ')})" if count > 1
|
||||
|
||||
Reference in New Issue
Block a user