mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Update save.rs
This commit is contained in:
parent
946f7256e4
commit
f992f5de95
@ -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 New Issue
Block a user