From 022b2a130c439fee0aaec8e1c568294da86dcc93 Mon Sep 17 00:00:00 2001 From: Estelle DeBlois Date: Sat, 13 Jun 2015 23:03:13 -0400 Subject: [PATCH] Ugh. --- lib/commands/nw-test/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/commands/nw-test/index.js b/lib/commands/nw-test/index.js index 700f0e7..14712f5 100644 --- a/lib/commands/nw-test/index.js +++ b/lib/commands/nw-test/index.js @@ -121,7 +121,6 @@ module.exports = { promise = this.runTestsForCI(options); } - return promise; - //return promise.finally(this.rmTmp.bind(this)); + return promise.finally(this.rmTmp.bind(this)); } };