Skip to content

Commit

Permalink
Cleanup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Jolley authored and Charles Jolley committed Apr 9, 2010
1 parent 031a82a commit ef2f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sproutcore/tools/build.rb
Expand Up @@ -100,7 +100,7 @@ def build(*targets)
if $?.exitstatus != 0 if $?.exitstatus != 0
SC.logger.fatal(output) SC.logger.fatal(output)
SC.logger.fatal("!!!!YUI compressor failed, please check that your js code is valid") SC.logger.fatal("!!!!YUI compressor failed, please check that your js code is valid")
SC.logger.fatal("!!!!Failed compressing ... "+ build_root) SC.logger.fatal("!!!!Failed compressing ... "+ $to_minify.join(','))
exit(1) exit(1)
end end
end end
Expand Down

0 comments on commit ef2f0c6

Please sign in to comment.