Update error description

This commit is contained in:
Sam Hedin 2020-03-28 17:27:59 +01:00
parent ee23fce9cd
commit 4159ea0e55

View File

@ -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