mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 22:22:58 +00:00
Merge pull request #162 from resin-io/issue-106
Reword output during download in device init. Fix #106.
This commit is contained in:
commit
f7084580b2
@ -250,7 +250,7 @@
|
||||
});
|
||||
}, function(results, callback) {
|
||||
var bar, spinner;
|
||||
console.info('Configuring device operating system image');
|
||||
console.info('Initializing device operating system image');
|
||||
if (process.env.DEBUG) {
|
||||
console.log(results.config);
|
||||
}
|
||||
|
@ -331,7 +331,7 @@ exports.init =
|
||||
return callback(null, results)
|
||||
|
||||
(results, callback) ->
|
||||
console.info('Configuring device operating system image')
|
||||
console.info('Initializing device operating system image')
|
||||
|
||||
if process.env.DEBUG
|
||||
console.log(results.config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user