about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xara.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ara.pl b/ara.pl
index 61ab9fb..569befa 100755
--- a/ara.pl
+++ b/ara.pl
@@ -12,7 +12,6 @@ use JSON::MaybeXS qw( decode_json );
 use Term::ANSIColor qw( :pushpop colored );
 
 local $SIG{__WARN__} = sub { print colored( $_[0], 'yellow' ); };
-local $SIG{__DIE__} = sub { print colored( $_[0], 'red' ); exit 255; };
 
 use constant is_OpenBSD => $^O eq "openbsd";
 require OpenBSD::Unveil