Skip to content

Commit

Permalink
Don't write dots when processing images
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 12, 2024
1 parent eb7e786 commit 103feda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/timeline/timeline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ class Timeline {
return;
}
for (final process in _toBeProcessedScreenshots.toList()) {
stdout.write('.');
await process();
}
}
Expand Down

0 comments on commit 103feda

Please sign in to comment.