First working plugin

This commit is contained in:
Jonathan Turner
2019-06-27 16:56:48 +12:00
parent 345c9e4bc6
commit d5704808d4
13 changed files with 276 additions and 83 deletions

View File

@ -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()))
}