diff options
-rwxr-xr-x | bin/oxidized | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/oxidized b/bin/oxidized index 2695a52..7a0b03d 100755 --- a/bin/oxidized +++ b/bin/oxidized @@ -9,5 +9,6 @@ begin Oxidized::CLI.new.run rescue => error warn "#{error}" - raise if Oxidized.config.debug + debug = Oxidied.config.debug rescue true + raise if debug end |