mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:57:53 +02:00
Split split command to sub commands.
This commit is contained in:
@ -312,7 +312,7 @@ pub fn insert_data_at_column_path(
|
||||
Ok(original)
|
||||
} else {
|
||||
Err(ShellError::untagged_runtime_error(
|
||||
"Internal error: could not split column-path correctly",
|
||||
"Internal error: could not split column path correctly",
|
||||
))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user