Skip to content
Snippets Groups Projects
Commit d778d06e authored by floitsch@google.com's avatar floitsch@google.com
Browse files
parent 60889dcd
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ void _logToStderrWithLabel(Entry entry) {
_logToStream(stderrSink, entry, showLabel: true);
}
void _logToStream(Sink<List<int>> sink, Entry entry, {bool showLabel}) {
void _logToStream(StreamSink<List<int>> sink, Entry entry, {bool showLabel}) {
bool firstLine = true;
for (var line in entry.lines) {
if (showLabel) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment