google / google/grinder.dart

Need to see output as streamed from runAsync, not only once per line

Open
#290 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Dart
Stars
266
Forks
36
Avg merge
23h 25m
Merged PRs (30d)
2

Description

The current runAsync doesn't allow me to see the live output of a running task.

The docs say:

```
/// If [quiet] is false, [log]s the stdout as line breaks are encountered.
/// The stderr is always logged.
```

I'd really instead like to simply pipe stdout from the Process to the console's stdout.

In my example, I am writing `.` when something happens... I'm not writing newlines.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.