Skip to content

Commit 3352220

Browse files
techiesharkjaredpalmer
authored andcommitted
Remove confusing comment (#286)
The line removed didn't make sense in the context of this source. It appears to have been copied from https://github.com/bvaughn/progress-estimator/blob/master/README.md#usage-example (in the context of the README it made more sense).
1 parent 3989277 commit 3352220

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/createProgressEstimator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export async function createProgressEstimator() {
77
await util.promisify(mkdirp)(paths.progressEstimatorCache);
88
return progressEstimator({
99
// All configuration keys are optional, but it's recommended to specify a storage location.
10-
// Learn more about configuration options below.
1110
storagePath: paths.progressEstimatorCache,
1211
});
1312
}

0 commit comments

Comments
 (0)