mirror of
https://github.com/nushell/nushell
synced 2024-12-27 13:33:16 +00:00
Update save.rs
This commit is contained in:
parent
946f7256e4
commit
f992f5de95
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ macro_rules! process_string {
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
break $scope Err(ShellError::labeled_error(
|
break $scope Err(ShellError::labeled_error(
|
||||||
"Save requires formatted data",
|
"Save requires string data",
|
||||||
"consider piping to a converter (see `help commands`)",
|
"consider converting data to string (see `help commands`)",
|
||||||
$name_tag,
|
$name_tag,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue