mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Typo.
This commit is contained in:
@@ -9,7 +9,7 @@ describe('bin', function () {
|
||||
|
||||
function clean(done) {
|
||||
rimraf(testDir, function (err) {
|
||||
if (err) throw new Error('Unable to remove cache directory');
|
||||
if (err) throw new Error('Unable to remove install directory');
|
||||
done();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user