Skip to content

Commit 1af8f92

Browse files
committed
clarify fdupes output
1 parent dcc649e commit 1af8f92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/domain/fdupes_bloc.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ class FdupesBloc extends Bloc<FdupesEvent, FdupesState> {
179179
}
180180
});
181181
stderr.addStream(stderrBC);
182+
// each line contains the absolute path of a duplicate file
182183
List<String> lines = await process.stdout.transform(utf8.decoder).transform(const LineSplitter()).toList();
183184
lines.forEach((element) {
184185
print(element);

0 commit comments

Comments
 (0)