summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/wasm_vm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-server/src/wasm_vm.rs')
-rw-r--r--zellij-server/src/wasm_vm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-server/src/wasm_vm.rs b/zellij-server/src/wasm_vm.rs
index cfd4f760e..4ae8bd9cf 100644
--- a/zellij-server/src/wasm_vm.rs
+++ b/zellij-server/src/wasm_vm.rs
@@ -393,7 +393,7 @@ fn host_open_file(plugin_env: &PluginEnv) {
plugin_env
.senders
.send_to_pty(PtyInstruction::SpawnTerminal(
- Some(TerminalAction::OpenFile(path)),
+ Some(TerminalAction::OpenFile(path, None)),
ClientOrTabIndex::TabIndex(plugin_env.tab_index),
))
.unwrap();