forked from extern/nushell
Only trim prompt (#876)
* Only trim the output for prompts * Only remove the last newline
This commit is contained in:
@ -243,7 +243,7 @@ impl ExternalCommand {
|
||||
let receiver = ChannelReceiver::new(rx);
|
||||
|
||||
Ok(PipelineData::RawStream(
|
||||
RawStream::new(Box::new(receiver), output_ctrlc, true, head),
|
||||
RawStream::new(Box::new(receiver), output_ctrlc, head),
|
||||
head,
|
||||
None,
|
||||
))
|
||||
|
Reference in New Issue
Block a user