mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Add info level to default log levels.
This commit is contained in:
@@ -40,7 +40,7 @@ if (mout.object.hasOwn(options, 'log-levels')) {
|
||||
levels = null;
|
||||
}
|
||||
} else {
|
||||
levels = ['action', 'warn'];
|
||||
levels = ['action', 'info', 'warn'];
|
||||
}
|
||||
|
||||
// Get the command to execute
|
||||
|
||||
Reference in New Issue
Block a user