fix(plugin): fix set_timeout() host function
fix: add missing to_plugin channel initialization (#664)
This commit is contained in:
commit
1544de2665
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ fn init_session(
|
||||||
vec![plugin_receiver],
|
vec![plugin_receiver],
|
||||||
Some(&to_screen),
|
Some(&to_screen),
|
||||||
Some(&to_pty),
|
Some(&to_pty),
|
||||||
None,
|
Some(&to_plugin),
|
||||||
None,
|
None,
|
||||||
None,
|
None,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue