зеркало из https://github.com/docker/kitematic.git
Added tracking for native setup
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
Родитель
48c3bea7b5
Коммит
fe536059f1
|
@ -94,6 +94,7 @@ export default {
|
|||
docker.setup(util.isWindows() ? 'docker.local':'localhost');
|
||||
setupServerActions.started({started: true});
|
||||
this.simulateProgress(20);
|
||||
metrics.track('Native Setup Finished');
|
||||
return docker.version();
|
||||
} catch (error) {
|
||||
throw new Error(error);
|
||||
|
|
Загрузка…
Ссылка в новой задаче