Fixed the issue of not showing error in case endpoint create fails because of no VM

This commit is contained in:
Anu Chandy 2012-05-04 10:26:55 -07:00 коммит произвёл Sergey S Shinkevich
Родитель df02a5393a
Коммит c90dcb1733
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1279,8 +1279,7 @@ exports.init = function(cli) {
});
} else {
progress.end();
logger.warn('No VMs found');
cmdCallback();
cmdCallback('No VMs found');
}
}
});