mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 14:08:40 +02:00
Update error description
This commit is contained in:
parent
ee23fce9cd
commit
4159ea0e55
@ -52,7 +52,7 @@ pub fn headers(
|
|||||||
}
|
}
|
||||||
}).collect())
|
}).collect())
|
||||||
}
|
}
|
||||||
_ => Err(ShellError::untagged_runtime_error("Couldn't find all headers, was the input a properly formatted table?")),
|
_ => Err(ShellError::untagged_runtime_error("Couldn't find all headers, was the input a properly formatted, non-empty table?")),
|
||||||
}?;
|
}?;
|
||||||
|
|
||||||
//Each row is a dictionary with the headers as keys
|
//Each row is a dictionary with the headers as keys
|
||||||
|
Loading…
Reference in New Issue
Block a user