Skip to content

Commit

Permalink
better reporting when verify_config block fails
Browse files Browse the repository at this point in the history
  • Loading branch information
lachie committed Oct 6, 2011
1 parent 5a2496c commit 8002864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/compile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def verify_configuration
begin
args.verify_configuration.call
rescue
ui.bad "config verification failed: [#{ $!.class }] #{ $! }"
false
end
end
Expand Down

0 comments on commit 8002864

Please sign in to comment.