mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
Better error & retry tracking in Kitematic
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
@@ -34,7 +34,9 @@ var VirtualBox = {
|
||||
reject('VBoxManage -v output format not recognized.');
|
||||
}
|
||||
resolve(match[1]);
|
||||
}).catch(reject);
|
||||
}).catch(() => {
|
||||
resolve(null);
|
||||
});
|
||||
});
|
||||
},
|
||||
poweroffall: function () {
|
||||
|
||||
Reference in New Issue
Block a user