From 4b83bf5c08d58618dfa63b786016759eb5e4d6b6 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Mon, 17 Aug 2020 20:18:52 -0500 Subject: [Feature] Post signatures --- app/lib/command_tag/processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/lib/command_tag/processor.rb') diff --git a/app/lib/command_tag/processor.rb b/app/lib/command_tag/processor.rb index f96bddca0..01c06faf3 100644 --- a/app/lib/command_tag/processor.rb +++ b/app/lib/command_tag/processor.rb @@ -84,7 +84,7 @@ class CommandTag::Processor execute_statements(:at_end) all_handlers!(:shutdown) - rescue Failure => e + rescue StandardError => e @status.update(published: false) @status.destroy raise -- cgit