fix: add missing to_plugin channel initialization (#664)

Signed-off-by: Tw <wei.tan@intel.com>
This commit is contained in:
Tw 2021-08-27 09:42:42 +08:00
parent 6f2d7d0176
commit 5403034624

View file

@ -381,7 +381,7 @@ fn init_session(
vec![plugin_receiver],
Some(&to_screen),
Some(&to_pty),
None,
Some(&to_plugin),
None,
None,
);