Skip to content

Commit 6832ee0

Browse files
narumi147haarts
authored andcommitted
add trailing \n for every log in FileOutput
1 parent 9ee56c3 commit 6832ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/outputs/file_output.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class FileOutput extends LogOutput {
2828
@override
2929
void output(OutputEvent event) {
3030
_sink?.writeAll(event.lines, '\n');
31+
_sink?.writeln();
3132
}
3233

3334
@override

0 commit comments

Comments
 (0)