Fixed the issue of not showing error in case endpoint create fails because of no VM
This commit is contained in:
Родитель
df02a5393a
Коммит
c90dcb1733
|
@ -1279,8 +1279,7 @@ exports.init = function(cli) {
|
|||
});
|
||||
} else {
|
||||
progress.end();
|
||||
logger.warn('No VMs found');
|
||||
cmdCallback();
|
||||
cmdCallback('No VMs found');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче