fix(plugin): fix set_timeout() host function

fix: add missing to_plugin channel initialization (#664)
This commit is contained in:
Brooks Rady 2021-08-27 03:29:04 +01:00 committed by GitHub
commit 1544de2665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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