We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35dd00 commit 7f0e840Copy full SHA for 7f0e840
test/bin.js
@@ -9,7 +9,7 @@ describe('bin', function () {
9
10
function clean(done) {
11
rimraf(testDir, function (err) {
12
- if (err) throw new Error('Unable to remove cache directory');
+ if (err) throw new Error('Unable to remove install directory');
13
done();
14
});
15
}
0 commit comments