Jeff Hostetler <git@xxxxxxxxxxxxxxxxx> writes: > The warning text is being written to stderr and then main thread > sleeps for the 4 seconds. However, stderr has been redirected to > the pipe connected to the console_thread that handles the > coloring/pager. It is in a blocking ReadFile on the pipe and is > thus stuck until the main thread runs the corrected command and > closes the pipe. It then sees the EOF and prints everything in > the pipe buffer. IOW, somehow your stderr is not flushing automatically? > I'll look into fixing this now. Thanks.