mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-22 03:55:19 +00:00
Reword output during download in device init. Fix #106.
This commit is contained in:
parent
50daf8ef73
commit
02a06e1e7c
@ -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