summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/errors.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-06-13 08:59:44 +0200
committerGitHub <noreply@github.com>2023-06-13 08:59:44 +0200
commit0b831cfee566a0fd0475678858d02f695185502c (patch)
treeac0679e2a1968638dc5122958921791c1fe43c21 /zellij-utils/src/errors.rs
parent9e69bea4344638914d393fe3ebefb9fab25ab34c (diff)
fix(plugins): only listen to hd if a plugin is subscribed to hd events (#2529)
* fix(plugins): only listen to hd if a plugin is subscribed to hd events * style(fmt): rustfmt * fix(tests): give time for fs watcher to do its thing * fix(tests): increase timeout
Diffstat (limited to 'zellij-utils/src/errors.rs')
-rw-r--r--zellij-utils/src/errors.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/zellij-utils/src/errors.rs b/zellij-utils/src/errors.rs
index 239cf5ab8..78468891d 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -370,6 +370,7 @@ pub enum PluginContext {
ApplyCachedWorkerMessages,
PostMessageToPluginWorker,
PostMessageToPlugin,
+ PluginSubscribedToEvents,
}
/// Stack call representations corresponding to the different types of [`ClientInstruction`]s.