diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 08:47:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 08:47:24 -0600 |
| commit | 2b1b847143248395bfd3e62c9d37299101a6d2a1 (patch) | |
| tree | de5d39d7b8bbd65ec8857f87b19034a76617f01a | |
| parent | f39c2a86a699690c2d0fe6e7db48ba8f173b050e (diff) | |
output is too fast to capture with RunRealtime()v0.22.17
| -rw-r--r-- | cmd.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ func PathRunRealtime(pwd string, args []string) cmd.Status { } statusChan := findCmd.Start() // non-blocking - ticker := time.NewTicker(5 * time.Millisecond) + ticker := time.NewTicker(100 * time.Microsecond) // this is interesting, maybe useful, but wierd, but neat. interesting even // Print last line of stdout every 2s |
