mirror of
https://github.com/nushell/nushell.git
synced 2025-03-26 23:36:20 +01:00
Update error description
This commit is contained in:
parent
ee23fce9cd
commit
4159ea0e55
@ -52,7 +52,7 @@ pub fn headers(
|
||||
}
|
||||
}).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
|
||||
|
Loading…
Reference in New Issue
Block a user