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 3989277 commit 3352220Copy full SHA for 3352220
src/createProgressEstimator.ts
@@ -7,7 +7,6 @@ export async function createProgressEstimator() {
7
await util.promisify(mkdirp)(paths.progressEstimatorCache);
8
return progressEstimator({
9
// All configuration keys are optional, but it's recommended to specify a storage location.
10
- // Learn more about configuration options below.
11
storagePath: paths.progressEstimatorCache,
12
});
13
}
0 commit comments