aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-17 03:50:32 +0000
committerFuwn <[email protected]>2022-07-17 03:50:32 +0000
commitee356821b4b8aa985d85ab11d61fd903e9317c93 (patch)
treeb620d7e30717aa83bb7ac2a98da5d1d7bf93ef99 /src
parentfix(input): vim-like command input reset (diff)
downloadsydney-ee356821b4b8aa985d85ab11d61fd903e9317c93.tar.xz
sydney-ee356821b4b8aa985d85ab11d61fd903e9317c93.zip
fix(app): no double meta on error
Diffstat (limited to 'src')
-rw-r--r--src/app.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app.rs b/src/app.rs
index f4585c8..a2f3ffc 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -140,8 +140,6 @@ impl App {
} else if response.status() != &Status::Input
&& response.status() != &Status::SensitiveInput
{
- items.push((vec![response.meta().to_string()], None));
-
self.error = Some(response.meta().to_string());
}