fix: add missing to_plugin channel initialization (#664)
Signed-off-by: Tw <wei.tan@intel.com>
This commit is contained in:
parent
6f2d7d0176
commit
5403034624
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ fn init_session(
|
|||
vec![plugin_receiver],
|
||||
Some(&to_screen),
|
||||
Some(&to_pty),
|
||||
None,
|
||||
Some(&to_plugin),
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue