mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 06:33:28 +00:00
Add message informing the user about potential delay in system img initialization. Fix #90.
This commit is contained in:
parent
d6305df48e
commit
0595452c3d
@ -251,6 +251,7 @@
|
||||
}, function(results, callback) {
|
||||
var bar, spinner;
|
||||
console.info('Initializing device operating system image');
|
||||
console.info('This may take a few minutes');
|
||||
if (process.env.DEBUG) {
|
||||
console.log(results.config);
|
||||
}
|
||||
|
@ -332,6 +332,7 @@ exports.init =
|
||||
|
||||
(results, callback) ->
|
||||
console.info('Initializing device operating system image')
|
||||
console.info('This may take a few minutes')
|
||||
|
||||
if process.env.DEBUG
|
||||
console.log(results.config)
|
||||
|
Loading…
Reference in New Issue
Block a user