Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Jun 12, 2011
1 parent c069bab commit ab25ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass/exec/sub_command_ui.rb
Expand Up @@ -13,6 +13,7 @@ def initialize(args)
def run!
begin
perform!
return 0
rescue Exception => e
raise e if e.is_a? SystemExit
if e.is_a?(::Compass::Error) || e.is_a?(OptionParser::ParseError)
Expand All @@ -22,7 +23,6 @@ def run!
end
return 1
end
return 0
end

protected
Expand Down

0 comments on commit ab25ba0

Please sign in to comment.