mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 19:54:34 +02:00
WIP
This commit is contained in:
@ -72,7 +72,7 @@ impl Command for FromJson {
|
||||
call: &Call,
|
||||
input: PipelineData,
|
||||
) -> Result<nu_protocol::PipelineData, ShellError> {
|
||||
let span = input.span()?;
|
||||
let span = call.head;
|
||||
let mut string_input = input.collect_string();
|
||||
string_input.push('\n');
|
||||
|
||||
|
Reference in New Issue
Block a user