about summary refs log tree commit diff
path: root/app/lib/command_tag/processor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/command_tag/processor.rb')
-rw-r--r--app/lib/command_tag/processor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/command_tag/processor.rb b/app/lib/command_tag/processor.rb
index 9edcb58ba..5a1f6a68d 100644
--- a/app/lib/command_tag/processor.rb
+++ b/app/lib/command_tag/processor.rb
@@ -91,7 +91,7 @@ class CommandTag::Processor
     all_handlers!(:shutdown)
   rescue CommandTag::Break
     nil
-  rescue StandardError => e
+  rescue StandardError
     @status.update(published: false)
     @status.destroy
     raise