fix 90% complete ux on git cloning

This commit is contained in:
Igor Klopov 2017-07-24 19:35:46 +03:00
parent bb15ed6e88
commit 43970f1109

View File

@ -73,6 +73,7 @@ export function progress (promise, thresholds) {
).join('\n');
fs.writeFileSync(child.spawnfile + '.debug', content);
}
log.showProgress(100);
log.disableProgress();
});
}