mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Remove warning in the list command.
This commit is contained in:
@@ -187,11 +187,8 @@ module.exports = function (options) {
|
||||
};
|
||||
manager
|
||||
.on('data', emitter.emit.bind(emitter, 'data'))
|
||||
.on('warn', emitter.emit.bind(emitter, 'warn'))
|
||||
.on('error', emitter.emit.bind(emitter, 'error'))
|
||||
.on('list', function (packages) {
|
||||
// console.log(packages);
|
||||
// listTree(packages, options);
|
||||
var tree = getTree(packages);
|
||||
if (!options.paths && !options.map) {
|
||||
emitter.emit('data', archy({
|
||||
|
||||
Reference in New Issue
Block a user