Skip to content

Commit

Permalink
Ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
brzpegasus committed Jun 14, 2015
1 parent 4f43f38 commit 022b2a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/commands/nw-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
};

0 comments on commit 022b2a1

Please sign in to comment.