mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 03:44:13 +00:00
Silence plugin install command
This commit is contained in:
parent
5e69995bb0
commit
7edcf9925e
@ -19,7 +19,7 @@ exports.install = (name, callback) ->
|
||||
async.waterfall [
|
||||
|
||||
(callback) ->
|
||||
npm.load({}, callback)
|
||||
npm.load(loglevel: 'silent', callback)
|
||||
|
||||
(data, callback) ->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user