зеркало из https://github.com/docker/kitematic.git
Better error & retry tracking in Kitematic
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Родитель
191045351b
Коммит
5426eeaafd
|
@ -34,7 +34,9 @@ var VirtualBox = {
|
|||
reject('VBoxManage -v output format not recognized.');
|
||||
}
|
||||
resolve(match[1]);
|
||||
}).catch(reject);
|
||||
}).catch(() => {
|
||||
resolve(null);
|
||||
});
|
||||
});
|
||||
},
|
||||
poweroffall: function () {
|
||||
|
|
Загрузка…
Ссылка в новой задаче