From 43970f1109fd122ec344925460c4f6a697306a26 Mon Sep 17 00:00:00 2001 From: Igor Klopov Date: Mon, 24 Jul 2017 19:35:46 +0300 Subject: [PATCH] fix 90% complete ux on git cloning --- lib/spawn.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/spawn.js b/lib/spawn.js index 1920ce5..2a01f44 100644 --- a/lib/spawn.js +++ b/lib/spawn.js @@ -73,6 +73,7 @@ export function progress (promise, thresholds) { ).join('\n'); fs.writeFileSync(child.spawnfile + '.debug', content); } + log.showProgress(100); log.disableProgress(); }); }