Skip to content

Commit 7f0e840

Browse files
committed
Typo.
1 parent c35dd00 commit 7f0e840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('bin', function () {
99

1010
function clean(done) {
1111
rimraf(testDir, function (err) {
12-
if (err) throw new Error('Unable to remove cache directory');
12+
if (err) throw new Error('Unable to remove install directory');
1313
done();
1414
});
1515
}

0 commit comments

Comments
 (0)