forked from extern/nushell
Improved labeled error from plugins (#437)
* improved labeled error from plugins * corrected span
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
pub mod evaluated_call;
|
||||
pub mod plugin;
|
||||
pub mod plugin_call;
|
||||
pub mod plugin_capnp;
|
||||
pub mod serializers;
|
||||
|
||||
pub use evaluated_call::EvaluatedCall;
|
||||
pub use plugin::{serve_plugin, Plugin};
|
||||
pub use plugin::{serve_plugin, LabeledError, Plugin};
|
||||
|
Reference in New Issue
Block a user