From bd6919729f9535f4e3698e78eeb2331236dcdeea Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Fri, 9 Jan 2015 17:18:07 -0500 Subject: Add multi-stage installer --- lib/rebuild.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rebuild.js') diff --git a/lib/rebuild.js b/lib/rebuild.js index ab372c6ec..70c33e91e 100644 --- a/lib/rebuild.js +++ b/lib/rebuild.js @@ -29,9 +29,11 @@ function rebuild (args, cb) { function cleanBuild (folders, set, cb) { npm.commands.build(folders, function (er) { if (er) return cb(er) + log.clearProgress() console.log(folders.map(function (f) { return set[f] + " " + f }).join("\n")) + log.showProgress() cb() }) } -- cgit v1.2.3