mirror of
https://github.com/nushell/nushell.git
synced 2025-07-02 23:51:49 +02:00
First working plugin
This commit is contained in:
@ -151,7 +151,7 @@ impl ShellError {
|
||||
}
|
||||
}
|
||||
|
||||
crate fn string(title: impl Into<String>) -> ShellError {
|
||||
pub fn string(title: impl Into<String>) -> ShellError {
|
||||
ShellError::String(StringError::new(title.into(), Value::nothing()))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user