1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 12:56:22 +02:00

Update save.rs

This commit is contained in:
Jonathan Turner
2019-11-17 14:13:52 +13:00
committed by GitHub
parent 946f7256e4
commit f992f5de95

@ -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,
)); ));
} }