Skip to content

Commit 9974071

Browse files
authored
fix(cli/unstable): typo in ProgressBar example (#6848)
1 parent 8efb698 commit 9974071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/unstable_progress_bar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function clamp(value: number, min: number, max: number) {
144144
* const bar = new ProgressBar({
145145
* max: 100,
146146
* formatter(formatter) {
147-
* return `[${formatter.styledTime()}] [${formatter.progressBar}] [${formatter.value}/${formatter.max} files]`;
147+
* return `[${formatter.styledTime}] [${formatter.progressBar}] [${formatter.value}/${formatter.max} files]`;
148148
* },
149149
* });
150150
*

0 commit comments

Comments
 (0)