mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
make print flush (#5566)
This commit is contained in:
@ -37,7 +37,6 @@ impl Command for Print {
|
||||
) -> Result<PipelineData, ShellError> {
|
||||
let args: Vec<Value> = call.rest(engine_state, stack, 0)?;
|
||||
let no_newline = call.has_flag("no_newline");
|
||||
|
||||
let head = call.head;
|
||||
|
||||
for arg in args {
|
||||
|
Reference in New Issue
Block a user