forked from extern/nushell
Plugins signature load (#349)
* saving signatures to file * loading plugin signature from file * is_plugin column for help command
This commit is contained in:
@ -146,7 +146,7 @@ pub fn create_default_context() -> EngineState {
|
||||
working_set.render()
|
||||
};
|
||||
|
||||
engine_state.merge_delta(delta);
|
||||
let _ = engine_state.merge_delta(delta);
|
||||
|
||||
engine_state
|
||||
}
|
||||
|
Reference in New Issue
Block a user