mirror of
https://github.com/nushell/nushell
synced 2024-12-26 21:13:19 +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(
|
||||
"Save requires formatted data",
|
||||
"consider piping to a converter (see `help commands`)",
|
||||
"Save requires string data",
|
||||
"consider converting data to string (see `help commands`)",
|
||||
$name_tag,
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue