Add message informing the user about potential delay in system img initialization. Fix #90.

This commit is contained in:
mike 2015-08-18 15:43:52 +03:00
parent d6305df48e
commit 0595452c3d
2 changed files with 2 additions and 0 deletions

View File

@ -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);
}

View File

@ -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)