Compile output no longer emitted continuously #3256
-
|
This is not a big issue but with recent release the compile output is no longer emitted and just gets appended after the action is completed. Is this how it is going to be? Again, I have no problem with it but earlier it looked cool with raining characters. 😀 Related commit I assume: d51fc60 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Yep; the spooled output from CL commands used to be written directly to the standard output by the |
Beta Was this translation helpful? Give feedback.
Yep; the spooled output from CL commands used to be written directly to the standard output by the
systemorclcommands.Since the CL commands are now run through Mapepire, they produce actual spooled files that are read after the action is done. It can't be "streamed" anymore 😅